curl --request POST \
--url https://api.sprucecollective.co.uk/raffles/{id}/join \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"entries_count": 5
}
'{}Join a raffle with points
curl --request POST \
--url https://api.sprucecollective.co.uk/raffles/{id}/join \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"entries_count": 5
}
'{}