{
"identities": [
{
"identity_id": "string",
"identity_name": "string",
"identity_type": "string"
}
],
"application_id": "string",
"application_ids": [
"string"
],
"affect": "string"
}
curl --location --request POST '/v1/batch/authz-apps' \
--header 'X-Tenant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"identities": [
{
"identity_id": "string",
"identity_name": "string",
"identity_type": "string"
}
],
"application_id": "string",
"application_ids": [
"string"
],
"affect": "string"
}'
{}