{
"doidType": "string",
"matchExact": false,
"offset": 0,
"count": 0,
"startTime": 0,
"endTime": 0,
"onlyDoid": false,
"ascending": false
}curl --location --request POST '/api/v1/dos/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"doidType": "string",
"matchExact": false,
"offset": 0,
"count": 0,
"startTime": 0,
"endTime": 0,
"onlyDoid": false,
"ascending": false
}'{
"doids": [
"string"
],
"results": [
{}
]
}