curl --location -g --request POST 'https://api.jericommerce.com/v1/programs//send-push' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"email": "string",
"header": "string",
"body": "string",
"link": "string"
}
]'