{ "email": "string" }
curl --location 'https://pwshop-api.smooretechtest.com/api/auth/send-reset-verification-code' \ --header 'Content-Type: application/json' \ --data '{ "email": "string" }'
{ "message": "Verification code sent" }