curl --location --request POST 'https://test-api.bringthisfood.com/v1/otp/verify' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"telephone": "+2349012345678",
"email": "string",
"code": "string"
}'{
"data": {
"tokens": {
"access": "string",
"refresh": "string"
}
}
}