curl --location --globoff --request PATCH 'https://api.skillsintelligence.imocha.io/employees/{employeeId}/status' \ --header 'x-api-key;' \ --header 'Content-Type: application/json' \ --data '{ "status": "Active" }'