Adds the authenticated user back to the operator community guild after premium re-subscription.
curl --request POST \
--url https://api.fluxer.app/v1/premium/operator/rejoin \
--header 'Authorization: <api-key>'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.
No Content
curl --request POST \
--url https://api.fluxer.app/v1/premium/operator/rejoin \
--header 'Authorization: <api-key>'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}