New docs? Check out the change log to learn more!
curl --request POST \
--url https://discord.com/api/v10/applications/{application_id}/entitlements/{entitlement_id}/consume \
--header 'Authorization: <api-key>'{
"code": 123,
"message": "<string>",
"retry_after": 123,
"global": true
}curl --request POST \
--url https://discord.com/api/v10/applications/{application_id}/entitlements/{entitlement_id}/consume \
--header 'Authorization: <api-key>'{
"code": 123,
"message": "<string>",
"retry_after": 123,
"global": true
}