Authorization: Bearer ********************{
"to": "string",
"templateId": "string",
"context": {
"property1": "string",
"property2": "string"
}
}curl --location --request POST 'https://api.ogoship.com/api/KlaviyoApi//send-email' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"to": "string",
"templateId": "string",
"context": {
"property1": "string",
"property2": "string"
}
}'{}