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