POST
/v1.0/manage-profile/summerSuspensionChanges dataEnable summer suspension.
Parameters
Summer SuspensionbodyobjectrequiredPass the summer suspension start date and end date and optional list of IMEIs with exemption from summer suspension only if user is ORG_SUPER.
cURL
curl -X POST "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/manage-profile/summerSuspension" \
-H "Authorization: Bearer $SENTINEL_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"example": true,
"corpId": "NORTHSTAR-ISD"
}'