Add a post to Queue
Method: POST
URL: https://example.com/<MIXPOST_CORE_PATH>/api/<workspaceUuid>/posts/add-to-queue/{postUuid}
Authorization: Bearer <token>
Response:
- 200
 - 401
 - 403
 - 404
 - 422
 
{
  "success": true,
  "scheduled_at": "2024-05-02 08:49:15",
}
{
  "message": "Unauthenticated."
}
{
  "message": "Access forbidden."
}
{
  "message": "Workspace not found."
}
{
    "message": "Post not found."
}
{
  "message": "Validation errors",
  "errors": {}
}