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