curl --location --request POST '/porting_orders//verification_codes/send' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_numbers": [
"+61424000001",
"+61424000002"
],
"verification_method": "sms"
}'
Authorization: Bearer ********************