Authorization: ********************curl --location 'https://api.gofive.co.th/empeo/api/v1/stamp-cards?keyword=&status=&skip=&take=' \
--header 'Authorization: Bearer <token>'{
"statusCode": 0,
"message": "string",
"error": "string",
"totals": 0,
"data": [
{
"stampCardId": 0,
"name": "string",
"description": "string",
"totalStamp": 0,
"isActive": true,
"isExpired": true,
"expiredType": 0,
"expiredValue": 0,
"expiredUnit": 0,
"isSetCutoffDate": true,
"cutoffDay": 0,
"cutoffMonth": 0,
"rewards": [
{
"stampCardRewardId": 0,
"rewardType": 0,
"milestoneStamp": 0,
"isOfferToken": true,
"offerTokenId": 0,
"offerTokenAmount": 0,
"isOfferAchievement": true,
"offerAchievementId": 0,
"isOfferReward": true,
"offerRewardId": 0
}
]
}
]
}