Authorization: ********************curl --location '/api/v1/supervisor/services?page=undefined&per_page=undefined&search=undefined&sort_by=undefined&sort_order=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": 0,
"name": "string",
"status": "string",
"icon": "string",
"partner_count": 0,
"sub_services": [
{
"id": 0,
"name": "string",
"status": "string"
}
],
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"meta": {
"page": 1,
"per_page": 20,
"total_count": 100,
"total_pages": 5,
"prev_page": null,
"next_page": 2
}
}