curl --location -g --request PUT 'https:///api/v2/agents//history' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"success": true,
"message": "Agent restored to checkpoint successfully",
"data": {
"history_id": 1,
"created_on": "2024-03-20T10:00:00Z",
"created_by": "[email protected]"
}
}'{
"success": true,
"message": "Agent restored to checkpoint successfully",
"data": {
"history_id": 1,
"created_on": "2024-03-20T10:00:00Z",
"created_by": "[email protected]"
}
}