id values here are what roleIds expects. Roles change rarely, so fetching once per run is enough.curl --location 'https://apigw.klinkcx.com/api/v1/roles' \
--header 'Authorization: Bearer <token>'{
"requestId": "string",
"data": [
{
"id": "string",
"systemName": "string",
"displayName": "string",
"description": "string"
}
]
}