curl --request POST \
--url https://sandbox.withclasp.com/beneficiary_allocations \
--header 'Content-Type: application/json' \
--data '
{
"member": "<string>",
"allocation_type": "<unknown>",
"splits": [
{
"beneficiary": "<string>",
"percentage": 50
}
]
}
'