curl --location '/public-api/v1/bot/save' \
--header 'Content-Type: application/json' \
--data '{
"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
}