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