Authorization: ********************curl --location --request POST '/api/v2/user/settings/phone/send-code' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"country_iso_3": "AUS",
"country_code_prefix": "+61",
"phone_number": "431234567"
}'{
"errors": [
{
"code": "openapi_spec_request_parse_failed",
"detail": "string"
}
]
}