curl --request POST \
--url https://api.supersonic.cv/lists/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"object_type_slug": "<string>",
"slug": "<string>",
"fields": [
{
"name": "<string>",
"field_type": "<string>",
"config": {}
}
]
}
'