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