/api/v2/posts/scheduled/{postId}
application/json
curl -X PATCH "https://akarso.co/api/v2/posts/scheduled/<postId>" \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{ "scheduledFor": "string", "timezone": "string" }'