{
"address": "string"
}curl --location 'https://altair.api.subscan.io/api/scan/staking/unbonding' \
--header 'Content-Type: application/json' \
--data '{
"address": "string"
}'{
"code": 0,
"data": {
"property1": [
{
"amount": "string",
"until": 0
}
],
"property2": [
{
"amount": "string",
"until": 0
}
]
},
"generated_at": 1699600641,
"message": "Success"
}