curl --location '/stories' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "text", // video,text,image
"caption": "Sunset vibes 🌅",
"media_id": null,
"music_id": null,
"background_style": {
"type": "gradient",
"colors": [
"#FF5F6D",
"#FFC371"
]
},
"privacy": "friends"
}'{}