Authorization: ********************curl --location --request POST 'https://test.whitelabel.bitpanda.com/v1/staking/unstake' \
--header 'bp-user-id;' \
--header 'idempotency-key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"asset_id": 1,
"amount": "1.99"
}'{
"data": {
"id": "1ed77d61-c808-64f6-b076-f20f2d407427",
"asset_id": 1,
"amount": "1.99",
"type": "stake",
"balance_after": "100.99",
"release_date": "2022-11-12T13:07:31+00:00",
"created_at": "2022-11-11T13:07:31+00:00"
}
}