curl --location 'https://stageapi.partake.ng/api/v2/merchants/me/contests' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"success": false,
"error": {
"code": "UNAUTHORIZED",
"message": "Access token is missing or invalid",
"details": {}
},
"statusCode": 401
}