{
"filters": {
"property1": "string",
"property2": "string"
},
"order_by": [
"string"
],
"offset": 0,
"limit": 100
}curl --location --request POST 'http://dev-cn.your-api-server.com/api/db/BotConfig/count' \
--header 'Content-Type: application/json' \
--data-raw '{
"filters": {
"property1": "string",
"property2": "string"
},
"order_by": [
"string"
],
"offset": 0,
"limit": 100
}'{
"status": "success",
"message": "ok",
"data": 0
}