curl --request PATCH \
--url https://api.bundle.social/api/v1/misc/mastodon/status \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"teamId": "<string>",
"postId": "<string>",
"description": "<string>",
"spoilerText": "<string>"
}
'