curl --request POST \
--url https://api.supersonic.cv/graph/query \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"record_id": "<string>",
"depth": 123,
"types": "<string>",
"categories": "<string>",
"limit": 123
}
'