Authorization: Digest username=guest, realm="test", nonce="2", uri="/uri", response="***"
{ "customer_external_id": "{{customer_external_id}}", "status":"approved" }
curl --location --request POST 'https://api.staging.mintedconnect.com/partner/customer/walletkyc' \ --header 'x-client-id;' \ --header 'api-version: 3' \ --header 'Accept-Language: tr' \ --header 'Content-Type: application/json' \ --data-raw '{ "customer_external_id": "", "status":"approved" }'
{ "data": { "wallet_id": 295, "status": "approved", "customer_external_id": "1901262569" }, "success": true, "code": 0, "message": "" }