curl --request POST \
--url https://backend.swap.coffee/v1/partnership/claiming/accrue \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"token": "EQCl0S4xvoeGeFGijTzicSA8j6GiiugmJW5zxQbZTUntre-1",
"entries": [
{
"wallet": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
"amount": "1000000000"
}
]
}
'{
"error": "<string>"
}curl --request POST \
--url https://backend.swap.coffee/v1/partnership/claiming/accrue \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"token": "EQCl0S4xvoeGeFGijTzicSA8j6GiiugmJW5zxQbZTUntre-1",
"entries": [
{
"wallet": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
"amount": "1000000000"
}
]
}
'{
"error": "<string>"
}