curl --request POST \
--url https://app.uplifthub.io/P195_Exposed_Integrations/rest/V1/SYS_CreateCampaignNotification \
--header 'Content-Type: application/json' \
--header 'X-apikey: <api-key>' \
--data '
{
"CampaignId": 1234567891234567,
"Header": "",
"Text": ""
}
'