Create a Swap Configuration
POST /exchange/swap-configurations
application/json
{ "symbol": "USD-NGN", "ttl": 10, "type": "buy" }
201
{ "data": { "id": "string", "order_type": "sell", "symbol": "string", "ttl": 0 } }