curl --request POST \
--url https://api.connect-crm.com/v1/records/{object}/query \
--header 'Content-Type: application/json' \
--data '
{
"filter": {},
"sorts": [
{
"attribute": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"field": "<string>",
"direction": "asc"
}
],
"limit": 100,
"offset": 0
}
'