curl --location --request POST '/api/v2/auth/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "string", "password": "string" }'
{ "access_token": "string", "user": {} }