{
  "sessions": "hugo7796525478130,keitheastman823505,linda8395209244685,stewart_758273252579",
  "url": "https://videos.pexels.com/video-files/3045163/3045163-hd_1920_1080_30fps.mp4",
  "post_type": "video",
  "caption": "Beautiful nature video! 🌲 #nature #video #outdoors",
  "thumbnail_url": "https://images.pexels.com/photos/3184429/pexels-photo-3184429.jpeg",
  "order_name": "test_video_order_001"
}

curl -X 'POST' \
  'http://127.0.0.1:2000/post/upload' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "sessions": "hugo7796525478130,keitheastman823505,linda8395209244685,stewart_758273252579,x.gerta._74595067,x.wilhelmina._16851641 ",
  "url": "https://images.pexels.com/photos/3184429/pexels-photo-3184429.jpeg",
  "post_type": "photo",
  "caption": "Amazing sunset view! 🌅 #sunset #nature #photography",
  "order_name": "test_photo_order_001"
}'