model_name
/api/db/models
payload.data
{ "data": { "bot_id": 123, "bot_name": "test", "core_version": "0.1.0" } }
curl --location --request POST 'http://dev-cn.your-api-server.com/api/db/BotConfig/create' \ --header 'Content-Type: application/json' \ --data-raw '{ "data": { "bot_id": 123, "bot_name": "test", "core_version": "0.1.0" } }'
{ "status": "success", "message": "ok", "data": { "property1": "string", "property2": "string" } }