cURL
curl --request PUT \ --url https://api.example.com/api/ScheduledMessages/Reschedule \ --header 'Content-Type: application/json' \ --data ' { "date": "2023-11-07T05:31:56Z", "emails": [ 123 ], "sms": [ 123 ] } '
OK
Was this page helpful?