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