Authorization: Digest username=guest, realm="test", nonce="2", uri="/uri", response="***"
{ "external_id": "{{external_customer_id}}", "cash_balance": 1000 }
curl --location --request PATCH 'https://api.staging.mintedconnect.com/partner/balance/customer/' \ --header 'api-version: 2' \ --header 'api-version;' \ --header 'x-client-id;' \ --header 'Accept-Language: tr' \ --header 'Content-Type: application/json' \ --data-raw '{ "external_id": "MTD0018232", "cash_balance": 1000 }'
{ "data": { "customer_name": "Deneme deneme", "currency_code": "GBP", "balance": 1000, "real_balance": 1000 }, "success": true, "code": 0, "message": "" }