Authorization: Bearer ********************{
"items": [
{
"item_type": "course",
"item_id": "string",
"priority": 0
}
]
}curl --location --request POST 'https://api.msaaq.com/v1/admin/mi-assistant/skills//items' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"item_type": "course",
"item_id": "string",
"priority": 0
}
]
}'{
"data": {
"id": "string",
"name": "string",
"description": "string",
"icon": "string",
"color": "string",
"sort_order": 0,
"is_active": true,
"items_count": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}