Authorization: Bearer ********************
curl --location --request POST 'https://api.jobslink.pikei.xyz/secured/company/position' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "title": "title3" }'
{}