X-API-KEY: ********************curl --location 'https://api.falken.ltd/api/admin/email/templates//test-send' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"recipientEmail": "user@example.com",
"tokens": {
"property1": "string",
"property2": "string"
}
}'{
"isSuccess": true,
"messageId": "string",
"errorMessage": "string"
}