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