curl --request POST \
--url https://gateway.architect.exchange/api/sandbox/withdraw \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": "<string>",
"symbol": "<string>",
"account_id": "<string>"
}
'