#!/bin/bash curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer $API_SECRET_KEY" \ http://localhost:3001/api/trading/close \ -d '{"symbol": "SOL-PERP", "percentage": 100}'