curl --location --request POST 'https://app.stg.bidancer.com/api/auth-service/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"username": "string",
"password": "stringst",
"rememberMe": true
}'