curl --location 'https://stageapi.partake.ng/api/v2/auth/user/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "voter@example.com",
"password": "SecurePass1!",
"username": "chidinma_votes"
}
// username: optional'{
"success": true,
"data": {
"id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"email": "voter@example.com",
"username": "chidinma_votes",
"createdAt": "2026-04-29T10:05:00.000Z"
},
"message": "User registered successfully"
}