Authorization: Bearer ********************curl --location --request GET 'https://api.msaaq.com/v1/admin/mi-assistant/skills' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 0,
"name": "string",
"description": "string",
"sort": 0,
"is_active": true,
"courses": [
{}
],
"courses_count": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
]
}