curl --request POST \
--url http://api.superwize.ai/api/subscription/getStatus \
--header 'Content-Type: application/json' \
--data '{}'{
"tier": "FREE",
"isActive": true,
"expiresAt": "2026-01-31T00:00:00.000Z",
"productId": "obj_01JHKZ0PV2WX123456789",
"updatedAt": "2026-01-01T00:00:00.000Z"
}Returns the current subscription tier and active state for the authenticated user.
curl --request POST \
--url http://api.superwize.ai/api/subscription/getStatus \
--header 'Content-Type: application/json' \
--data '{}'{
"tier": "FREE",
"isActive": true,
"expiresAt": "2026-01-31T00:00:00.000Z",
"productId": "obj_01JHKZ0PV2WX123456789",
"updatedAt": "2026-01-01T00:00:00.000Z"
}