recipient matches the requesting(user_id, template_id).Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//email-templates//send-test' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"recipient": "user@example.com",
"variables": {
"property1": "string",
"property2": "string"
}
}'{
"success": true,
"data": {
"sent": true,
"message_id": "string"
},
"message": "string"
}