curl --request POST \
--url https://api.fourthwall.com/open-api/v1.1/memberships/posts/videos \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"attributes": {
"core": {
"title": "<string>",
"description": "<string>",
"liveAt": "2023-11-07T05:31:56Z",
"tags": [
"<string>"
]
},
"series": [
{
"id": 123
}
],
"mediaUrl": "<string>",
"countryRestrictions": [
"<string>"
]
},
"access": {
"type": "MembersOnly",
"tiers": [
{
"id": 123
}
]
},
"notifications": {
"enabled": true
},
"imageDirectUploadData": {
"byteSize": 123,
"checksum": "<string>"
},
"subtitlesResourceId": 123
}
'