curl --request POST \
--url https://sandbox.oumla.com/api/v1/tokenization/collections/{id}/tokens/burn \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"addressId": "<string>",
"clientShare": "<string>",
"tokenId": "<string>",
"from": "<string>",
"amount": "<string>"
}
'