curl --request POST \
--url https://api.fourthwall.com/open-api/v1.0/promotions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"codes": [
"<string>"
],
"discount": {
"type": "<string>",
"percentage": 123
},
"requirements": {
"newMembersOnly": true
},
"subscriptionType": {
"type": "<string>"
},
"tiers": {
"type": "<string>"
}
}
'