Authorization: ********************{
    "permission": "PERMISSION_UNSPECIFIED"
}curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/labels/getassignablelabels' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "permission": "PERMISSION_UNSPECIFIED"
}'{
    "labels": [
        {
            "name": "string",
            "description": "string",
            "color": "string",
            "label_id": "string",
            "deleted": true
        }
    ]
}