Update an existing swap configuration.
PUT /exchange/swap-configurations/{id}
id
application/json
{ "symbol": "USD-NGN", "ttl": 10, "type": "buy" }
201
{ "data": { "id": "string", "order_type": "sell", "symbol": "string", "ttl": 0 } }
422