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