curl --request POST \
--url https://api.mentionpath.ai/api/v1/domains/{domainId}/webflow/drafts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"collectionId": "<string>",
"fieldData": {},
"slug": "<string>"
}
'