curl --request PATCH \
--url https://app.journeybee.io/api/v1/tiers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tiers": [
{
"id": 123,
"label": "<string>",
"background_color": "<string>",
"text_color": "<string>"
}
]
}
'