curl --request POST \
--url http://api.superwize.ai/api/subscription/checkUpdate \
--header 'Content-Type: application/json' \
--data '{}'{
"updatedAt": "2026-01-01T00:00:00.000Z"
}Lightweight polling endpoint that returns only the last subscription update timestamp.
curl --request POST \
--url http://api.superwize.ai/api/subscription/checkUpdate \
--header 'Content-Type: application/json' \
--data '{}'{
"updatedAt": "2026-01-01T00:00:00.000Z"
}The body is of type any.
Subscription update timestamp returned.