curl --location --globoff 'https://stageapi.partake.ng/api/v2/merchants/me/contests/{{contestId}}/entries' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"entryName": "Bryanne Adam",
// "userId": "c3d4e5f6-a7b8-9012-cdef-123456789012",
"entryData": "https://cdn.example.com/entries/faustina-anne.jpg"
}
// entryName: optional
// userId: optional — UUID of a registered user this entry belongs to'{
"success": true,
"data": {
"id": "d4e5f6a7-b8c9-0123-defa-234567890123",
"entryName": "Chidinma Okafor",
"entryData": "https://cdn.example.com/entries/chidinma-okafor.jpg",
"contestId": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"createdAt": "2026-04-29T13:00:00.000Z"
},
"message": "Entry added successfully"
}