{ "email": "string" }
curl --location --request POST '/api/v2/user/password/reset' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "string" }'
{}