curl --location 'http://localhost:8000/users/login' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'username=user@example.com' \ --data-urlencode 'password=strongpassword'
{ "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIyIiwiZXhwIjoxNzM0ODc5NTQ2fQ.f87jpF2ZlxNldnUFsosDIr5o6Ff3ZvtHdug054NjonM", "token_type": "bearer" }