Authorization: Bearer ********************
{
"courses": [
{
"id": 809,
"sort": 4
},
{
"id": 810,
"sort": 5
}
]
}
curl --location --request GET 'https://api.msaaq.com/v1/admin/learning-paths//courses' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"courses": [
{
"id": 809,
"sort": 4
},
{
"id": 810,
"sort": 5
}
]
}'
{}