curl --request POST \
--url https://api.pxyz.dev/api/v0/notifications/test \
--header 'Content-Type: application/json' \
--data '{
"templateId": "<string>",
"channelId": "<string>",
"variables": "<string>",
"input": {}
}'
"<any>"
curl --request POST \
--url https://api.pxyz.dev/api/v0/notifications/test \
--header 'Content-Type: application/json' \
--data '{
"templateId": "<string>",
"channelId": "<string>",
"variables": "<string>",
"input": {}
}'
"<any>"
Successful response
The response is of type any
.