curl --request POST \
--url https://dashboard.brandblast.ai/api/v1/resetUserPassword \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"user_email": "[email protected]",
"new_password": "newSecurePassword123"
}
'