curl --location --globoff --request DELETE 'https://stageapi.partake.ng/api/v2/merchants/me/contests/{{contestId}}/entries/{{entryId}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"success": false,
"error": {
"code": "ENTRY_NOT_FOUND",
"message": "Entry not found",
"details": {}
},
"statusCode": 404
}