curl --request POST \
--url https://sandbox-revo-api.raliopay.com/api/v1/account/otp/send \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"orderId": "<string>",
"phoneNumber": "<string>",
"phoneNumberCountry": "<string>"
}
'