created_by_id must match).sub_services[] entry includes status and kinds.curl --location '/api/v1/supervisor/partners/' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"partner": {
"id": 0,
"user_id": 0,
"full_name": "string",
"picture": "string",
"phone": "string",
"email": "string",
"status": "string",
"verification_status": "string",
"verification_step": "string",
"is_verified": true,
"open_to_work": true,
"location": {},
"competencies": [
{
"id": 0,
"name": "string",
"sub_services": [
{
"id": 0,
"name": "string",
"status": "active",
"kinds": [
"installation"
]
}
]
}
],
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}
}