Authorization: ********************curl --location 'https://mock.apidog.com/m1/1212435-0-default/api/Auth/otp/resend' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "eman@example.com",
"otpType": 0
}'{
"isSuccess": true,
"data": true,
"message": "OTP has been successfully sent.",
"statusCode": 200,
"errors": []
}