{
"email": "demo@example.com",
"password": "your-password-8chars"
}curl --location --request POST '/api/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "demo@example.com",
"password": "your-password-8chars"
}'