Authorization: ********************
{
"org_id": "string",
"added_licenses": [
"PERMISSION_UNSPECIFIED"
],
"revoked_licenses": [
"PERMISSION_UNSPECIFIED"
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/org/updatelicenses' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"org_id": "string",
"added_licenses": [
"PERMISSION_UNSPECIFIED"
],
"revoked_licenses": [
"PERMISSION_UNSPECIFIED"
]
}'
{}