curl --location 'https://stageapi.partake.ng/api/v2/auth/merchant/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantName": "Bright Events Ltd",
"email": "merchant@brightevents.ng",
"password": "SecurePass1!",
"companyDescription": "We organise talent contests across Nigeria.", // optional
"contactPerson": "Emeka Obi" // optional
}'{
"success": true,
"data": {
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"merchantName": "Bright Events Ltd",
"email": "merchant@brightevents.ng",
"status": "pending",
"createdAt": "2026-05-01T09:00:00.000Z"
},
"message": "Merchant registered successfully."
}