Authorization: Bearer ********************
{
"courses":[
{
"id":2119,
"accredible_group_id":13997
}
]
}
curl --location --request PUT 'https://api.msaaq.com/v1/admin/accredible-courses' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'X-Content-Language: en' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"courses":[
{
"id":2119,
"accredible_group_id":13997
}
]
}'
{}