curl --location --request PUT 'https://api-stg.98s.studio/api/v1/user//streaks/manage/' \
--header 'x-api-key: {{api-key}}' \
--header 'Content-Type: application/json' \
--data '{
"name": "Morning Ride Streak (Extended)",
"description": "Complete a ride every day. Now extended through the summer.",
"localizedContent": {
"ar": {
"name": "سلسلة ركوب الصباح (موسعة)",
"description": "أكمل ركوبًا كل يوم. تم تمديدها حتى الصيف."
}
},
"startDate": "2026-06-10T00:00:00Z",
"endDate": "2026-08-10T00:00:00Z",
"occurrence": "DAILY",
"scoreGoal": 150,
"externalId": "stable-streak-2026-06-001",
"targetedProperties": {
"gender": 2,
"minAge": 18,
"maxAge": 50,
"country": ["SA", "AE"],
"city": ["SA-riyadh", "AE-dubai", "SA-jeddah"],
"segment": ["premium"]
},
"hasReward": true,
"rewards": [
{
"rewardType": "POINTS",
"rewardId": "reward-points-750",
"amount": 750
}
]
}'{
"id": "3f2504e0-4f89-41d3-9a0c-0305e82c3301",
"name": "Morning Ride Streak (Extended)",
"description": "Complete a ride every day. Now extended through the summer.",
"supportedLanguages": ["ar"],
"localizedContent": {
"ar": {
"name": "سلسلة ركوب الصباح (موسعة)",
"description": "أكمل ركوبًا كل يوم. تم تمديدها حتى الصيف."
}
},
"startDate": "2026-06-10T00:00:00Z",
"endDate": "2026-08-10T00:00:00Z",
"occurrence": "DAILY",
"status": "ACTIVE",
"scoreGoal": 150,
"isPublic": false,
"targetedProperties": {
"gender": 2,
"minAge": 18,
"maxAge": 50,
"country": ["SA", "AE"],
"city": ["SA-riyadh", "AE-dubai", "SA-jeddah"],
"segment": ["premium"]
},
"externalId": "stable-streak-2026-06-001",
"hasReward": true,
"rewards": [
{
"rewardType": "POINTS",
"rewardId": "reward-points-750",
"amount": 750
}
]
}