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