curl --request POST \
--url https://api.ekiden.fi/api/v1/account/withdraw-from-trading \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"addr_from": "<string>",
"addr_to": "<string>",
"amount": "100.0",
"asset_metadata": "<string>",
"nonce": 1,
"signature": "<string>",
"timestamp": 1,
"withdraw_available": true
}
'