Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//email-templates/events' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"event_type": "string",
"label_en": "string",
"label_ar": "string",
"variables": {
"property1": "string",
"property2": "string"
},
"sample_data": {
"property1": "string",
"property2": "string"
},
"default_subject_en": "string",
"default_subject_ar": "string"
}
],
"message": "string"
}