curl --request POST \
--url https://api.supersonic.cv/views/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"object_type_slug": "<string>",
"view_type": "<string>",
"config": {},
"list_id": "<string>",
"slug": "<string>",
"is_default": true,
"order": 123
}
'