curl --location '/auth/login' \ --header 'Content-Type: application/json' \ --data '{ "username": "antonio", "password": "123456" }'
{}