{}
curl --location --request POST 'https://unified-dev.digit.org/access/v1/actions/_search' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"responseInfo": {},
"actions": [
{
"uuid": "string",
"tenantId": "string",
"currentState": "string",
"action": "string",
"nextState": "string",
"roles": [
"string"
],
"active": true,
"auditDetails": {}
}
]
}