curl --location --request POST '/notification/notification_schedules/ajax_create' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"content": "string",
"type": "SendNow",
"active": "Y",
"send_to_app": "string",
"widget": {
"mainImage": {
"url": "string"
},
"mainButton": {}
}
}'