agent_response_id
as a path parameter to identify the response to be pinned.curl --location -g --request PUT 'https:///v2/api/agent-response/2/pin' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Agent Response pinned successfully",
"data": {
"agent_response_id": 2,
"pinned": true
}
}