curl --location --request POST 'https://hub.apilabz.com/module/135' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyName": "string",
"jobTitle": "string",
"country": "string",
"employmentType": "Full-time",
"active": true
}'
{}