{
"filter": null,
"sorting": null,
"pagination": null
}curl --location --request POST 'https://publicapi.taskmaverick.com/organization/positions/names' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": null,
"sorting": null,
"pagination": null
}'{
"collection": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string"
}
],
"totalCount": 0
}