Authorization: Bearer ********************
{ "phone_number": 7880340889 }
curl --location --request POST 'https://preprod.api.crego.io/auth/otp/send/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "phone_number": 7880340889 }'
{ "message": "string" }