curl --location --request POST 'https://api.flashcat.cloud/monit/rule/dstypes?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"error": {
"code": "string",
"message": "string"
},
"data": [
{
"id": 0,
"name": "string",
"ident": "string",
"account_id": 0,
"weight": 0
}
]
}