curl --location --globoff 'https://stageapi.partake.ng/api/v2/admin/kyc/{{merchantId}}/review' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "approve",
"rejectionReason": "Documents do not match BVN data." // optional — required when action is reject
}'{
"success": true,
"data": {
"id": "kyc_01",
"merchantId": "merch_01",
"status": "verified"
},
"message": "KYC approved successfully."
}