curl --location --request POST 'https://api.jobslink.pikei.xyz/secured/admin/position/find' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"pageSize": 10,
"sortField": "",
"sortOrder": "desc",
"filters": {
"search": "",
"companyId": "a51688f5-ddb7-43c7-883b-78214794311c",
"manager": "",
"status": "active"
}
}'{}