Authorization: Bearer ********************
curl --location --request POST 'https://api.msaaq.com/v1/admin/courses//chapters' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Authorization: Bearer <token>' \
--form 'title="new chapter title"'
{}