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