curl --request POST \
--url https://api.end.shallow.ink/api/v1/cap/redeem \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"solutions": [
123
]
}
'curl --request POST \
--url https://api.end.shallow.ink/api/v1/cap/redeem \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"solutions": [
123
]
}
'