curl --location 'https://stageapi.partake.ng/api/v2/merchants/me' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"merchantName": "Bright Events Ltd",
"companyDescription": "We organise talent contests across Nigeria.",
"contactPerson": "Adaeze Obi",
"status": "active",
"createdAt": "2026-04-01T09:00:00.000Z",
"updatedAt": "2026-04-20T14:30:00.000Z"
},
"message": "Profile retrieved successfully"
}