curl --request POST \
--url https://reelmirror.com/api/v1/publishing/posts/{id}/schedule \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"scheduled_for": "2023-11-07T05:31:56Z",
"timezone": "UTC"
}
'