{ "emailAddress": "string" }
curl --location --request POST '/api/services/app/Account/SendPasswordResetCode' \ --header 'Content-Type: application/json' \ --data-raw '{ "emailAddress": "string" }'
{}