curl --request POST \
--url https://backend.swap.coffee/v1/partnership/claiming \
--header 'Content-Type: application/json' \
--data '{
"access_token_name": "<string>",
"token_address": "<string>",
"distributor_address": "<string>",
"total": "<string>"
}'
This response does not have an example.
curl --request POST \
--url https://backend.swap.coffee/v1/partnership/claiming \
--header 'Content-Type: application/json' \
--data '{
"access_token_name": "<string>",
"token_address": "<string>",
"distributor_address": "<string>",
"total": "<string>"
}'
This response does not have an example.