curl --location --request POST 'https://fullers.flamesware.com/api/api/v1/driver/resend-otp' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '{
"email": "azlanali076991@gmail.com"
}'
{
"message": "Unauthenticated."
}