curl --location '/user/signin' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com", "password": "string" }'
null