{
"offset": 0,
"count": 0,
"registryId": "string",
"searchMode": [
{
"key": "string",
"value": {},
"type": "string"
}
],
"sortMode": [
[
"string"
]
]
}curl --location --request POST '/api/v1/dos/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"offset": 0,
"count": 0,
"registryId": "string",
"searchMode": [
{
"key": "string",
"value": {},
"type": "string"
}
],
"sortMode": [
[
"string"
]
]
}'{
"data": {},
"error": {}
}