{
"locationId": "TG9jYXRpb246MQ==",
"monthlyLimit": 100,
"isActive": true
}curl --location 'https://api.synup.com/api/v4/local-post-ideas/set-location-image-credits' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"locationId": "TG9jYXRpb246MQ==",
"monthlyLimit": 100,
"isActive": true
}'{
"data": {
"setLocationImageCredits": {
"locationId": "string",
"monthlyLimit": 0,
"isActive": true,
"usedThisMonth": 0,
"remainingThisMonth": 0,
"addonPurchased": 0,
"addonConsumed": 0,
"addonRemaining": 0
}
}
}