curl --location -g --request PUT 'https:///api/v2/agents//access' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"access": "Public"
}'
{
"success": true,
"message": "string",
"data": {
"id": 0,
"agent_name": "string",
"access": "string"
}
}