Request
Body Params application/json
{
"email": "test@gmail.com",
"code": 150824
}
Request Code Samples
curl --location --request POST 'https://api.qrent.rent/auth/email/verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "test@gmail.com",
"code": 150824
}'
Responses
application/json Modified at 2025-07-30 05:15:28