Authorization: Bearer ********************{
"customer_external_id": "string",
"status": "string"
}curl --location 'https://test.your-api-server.com/mintedapi/Customer/upsertWalletKyc' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"customer_external_id": "string",
"status": "string"
}'{
"data": {
"wallet_id": 217,
"status": "approved",
"customer_external_id": "92440753"
},
"success": true,
"code": 0,
"message": ""
}