Authorization: Bearer ********************
curl --location --request POST 'https://api.msaaq.com/v1/admin/courses/1/chapters/46/contents' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--form 'title="add new multimedia content"' \
--form 'type="audio"' \
--form 'premium="0"' \
--form 'sort="1"' \
--form 'meta[file]=""'
{}