{ "password": "string" }
curl --location --request POST '/api/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "password": "string" }'
{ "success": true }