{ "username": "string", "password": "string" }
curl --location 'http://localhost:8000/auth/token' \ --header 'Content-Type: application/json' \ --data '{ "username": "string", "password": "string" }'
null