Request
Body Params application/json
{
"password": "1234",
"email": "test2@gmail.com"
}
Request Code Samples
curl --location --request POST 'https://api.qrent.rent/auth/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "1234",
"email": "test2@gmail.com"
}'
Responses
application/json Modified at 2025-11-13 06:44:34