put
PUT /v2/merchant/Owner/{orderId}/withdrawal HTTP/1.1
Host: publicoffice.lemanpay.net
X-LP-ClientId: YOUR_API_KEY
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 110

{
  "receiver": "text",
  "payload": "text",
  "provider": "text",
  "currency": "text",
  "method": "text",
  "rate": 1,
  "rateTime": 1
}
{
  "status": "Success",
  "error": {
    "code": 1,
    "message": "text"
  }
}