curl --location 'https://stageapi.partake.ng/api/v2/payments/initiate' \
--header 'Content-Type: application/json' \
--data-raw '{
"contestId": "{{contestId}}",
"entryId": "{{entryId}}",
"numberOfVotes": 3,
"gateway": "paystack",
"email": "voter@example.ng"
}'{
"success": true,
"data": {
"transactionId": "txn_a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"paymentUrl": "https://checkout.paystack.com/0peioxfhpn"
},
"message": "Payment initiated successfully."
}