curl --location --request POST '/account/signin' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com", "password": "Pa$$w0rd!" }'
null