curl --location 'https://stageapi.partake.ng/api/v2/' \
--header 'Content-Type: application/json'{
"success": true,
"data": {
"message": "Welcome to iVoteNg backend! This is the API server for iVoteNg, a voting application built with NestJS. Let's get the voting started!",
"version": "1.0.0"
},
"message": "Request successful."
}