x-api-key: ********************{
"collectionId": "123e4567-e89b-12d3-a456-426655440000",
"userId": "123e4567-e89b-12d3-a456-426655440000"
}curl --location --request POST 'https://testserver.loyi.io/public/api/collectible/claim' \
--header 'Origin: <WHITELISTED_URL>' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"collectionId": "123e4567-e89b-12d3-a456-426655440000",
"userId": "123e4567-e89b-12d3-a456-426655440000"
}'{}