curl --location --request POST 'https://api.msaaq.com/v1/admin/authentication/send-verification-code' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--form 'phone_code="966"' \
--form 'phone="123456789"' \
--form 'cf-turnstile-response="anything"'
{}