curl --request POST \
--url 'https://share-ddn.formless.xyz/v1#contracts_create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"id": "1",
"method": "contracts_create",
"params": {
"type": "digital_property_with_revenue_share",
"network": "base",
"title": "HYPERMAX SNEAKER RELEASE",
"description": "Community revenue sharing for HYPERMAX sneaker release",
"creator_name": "HYPERMAX Brand",
"revenue_source": {
"product": {
"type": "product"
}
},
"revenue_share": {
"recipients": {},
"community_allocation_percent": 100,
"community_split_count": 100,
"distribution_unit": {
"value": 1,
"currency": "USD"
}
}
}
}'