curl --location --request PUT '/posts/1839040097886932992' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"media_id": 1838685253951033344,
"caption": "Amazing day at KFC with friends! #FoodLover @john @jane",
"hashtags": [
"FoodLover",
"FunTime"
],
"mentions": [
"john",
"jane"
],
"friends": [
987654321,
123123123
],
"allow_saving": true,
"allow_comments": true,
"status": "published",
"privacy": "public",
"location": "KFC"
// "music_id": 1838685253951033344 optional mobile app
}'