curl --location --globoff 'https://stageapi.partake.ng/api/v2/admin/merchants/{{merchantId}}' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"merchantId": "uuid-001",
"merchantName": "Bright Events Ltd",
"email": "merchant@brightevents.ng",
"companyDescription": "We organise talent contests across Nigeria.",
"contactPerson": "Adaeze Obi",
"status": "pending",
"createdAt": "2024-01-15T09:00:00.000Z",
"updatedAt": "2024-01-15T09:00:00.000Z",
"contestStats": {
"total": 3,
"active": 1,
"completed": 2
},
"totalRevenue": 450000.0,
"recentAuditLogs": []
},
"message": "Merchant retrieved."
}