{
"password": "1234",
"email": "test2@gmail.com"
}curl --location --request POST 'https://api.qrent.rent/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "1234",
"email": "test2@gmail.com"
}'{
"token": "string"
}