Authorization: Bearer ********************{
"skills": [
{
"id": 3,
"sort": 0
},
{
"id": 1,
"sort": 1
},
{
"id": 2,
"sort": 2
}
]
}curl --location --request POST 'https://api.msaaq.com/v1/admin/mi-assistant/skills/reorder' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"skills": [
{
"id": 3,
"sort": 0
},
{
"id": 1,
"sort": 1
},
{
"id": 2,
"sort": 2
}
]
}'