curl --location --request GET 'https://api.skillsintelligence.imocha.io/job-profiles?SearchText&PageSize=50&PageNumber=1' \
--header 'x-api-key;'
{
"items": [
{
"jobProfileId": 0,
"jobProfileName": "string",
"jobRole": "string",
"jobCode": "string",
"status": 1,
"location": "string",
"lastModifiedOn": "2025-08-19T12:55:50.182Z",
"sector": {
"id": 0,
"name": "string"
},
"jobFamily": {
"id": 0,
"name": "string"
},
"yearOfExperience": {
"from": 0,
"to": 0
}
}
],
"pageNumber": 0,
"totalPages": 0,
"totalCount": 0,
"hasPreviousPage": true,
"hasNextPage": true
}