curl --location --request PATCH 'https://stageapi.partake.ng/api/v2/merchants/me' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"merchantName": "Bright Events Ltd",
"companyDescription": "We organise talent contests across Nigeria.",
"contactPerson": "Adaeze Obi",
"paymentDetails": {
"bankName": "GTBank",
"accountNumber": "0167513352",
"accountName": "Job Ugbem"
}
}'{
"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",
"updatedAt": "2026-04-29T11:00:00.000Z"
},
"message": "Profile updated successfully"
}