Authorization: Bearer ********************curl --location --request POST 'https://api.stg.bidancer.com/auth-service/v1/auth/email/otp/verify' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"otp": "string"
}'{
"status": "success",
"message": "string"
}