curl --location '/public-api/v1/botRecentlyUsed/update' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"botId": 0,
"created": "string",
"createdBy": 0,
"sortNo": 0,
"bot": {
"id": 0,
"alias": "string",
"deptId": 0,
"tenantId": 0,
"categoryId": 0,
"title": "string",
"description": "string",
"icon": "string",
"modelId": 0,
"modelOptions": {
"key": {}
},
"status": 0,
"options": {
"key": {}
},
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0
}
}'{
"errorCode": 0,
"message": "",
"data": null
}