Authorization: ********************curl --location 'https://api.gofive.co.th/empeo/api/v1/stamp-cards?keyword=&status=&skip=&take=' \
--header 'Ocp-Apim-Subscription-Key: YOUR_SUBSCRIPTION_KEY' \
--header 'Authorization: Bearer <token>'{
"StatusCode": 200,
"Message": "OK",
"Totals": 1,
"Data": [
{
"StampCardId": 301,
"Name": "Team Star",
"Description": "สะสมแสตมป์จากกิจกรรมช่วยเหลือทีม",
"TotalStamp": 10,
"IsActive": true,
"IsExpired": false,
"ExpiredType": 1,
"ExpiredValue": 12,
"ExpiredUnit": 2,
"IsSetCutoffDate": false,
"CutoffDay": null,
"CutoffMonth": null,
"Rewards": [
{
"StampCardRewardId": 401,
"RewardType": 1,
"MilestoneStamp": 10,
"IsOfferToken": true,
"OfferTokenId": 501,
"OfferTokenAmount": 100,
"IsOfferAchievement": false,
"OfferAchievementId": null,
"IsOfferReward": false,
"OfferRewardId": null
}
]
}
]
}