{
"filters": {
"id": 1
}
}curl --location --request POST 'http://dev-cn.your-api-server.com/api/db/BotConfig/get_one' \
--header 'Content-Type: application/json' \
--data-raw '{
"filters": {
"id": 1
}
}'{
"status": "success",
"message": "ok",
"data": {
"property1": "string",
"property2": "string"
}
}