curl --request POST \
--url https://api.breeze.com/withdraw/tx \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"params": {
"all": true,
"amount": 1,
"base_asset": "<string>",
"fund_id": "<string>",
"payer_key": "<string>",
"strategy_id": "<string>",
"user_key": "<string>",
"user_token_account": "<string>"
}
}
'