curl --request POST \
--url https://api.sprucecollective.co.uk/raffles/item/{item_id}/free-entry \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"data_processing_consent": true,
"marketing_consent": true
}
'{}Submit a free raffle entry for a raffle identified by its Webflow item_id. Limited to one entry per user.
curl --request POST \
--url https://api.sprucecollective.co.uk/raffles/item/{item_id}/free-entry \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"data_processing_consent": true,
"marketing_consent": true
}
'{}