cURL
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>" } '
User session token
Withdrawal successful