curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/wrapped/{year}/status \
--header 'X-HYS-API-Key: <api-key>'{
"status": "calculating",
"lastCalculated": "2023-11-07T05:31:56Z",
"error": "<string>",
"progress": 75
}API key generated from Developer Settings. Format: hys_...
Year to check status for
2024
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/wrapped/{year}/status \
--header 'X-HYS-API-Key: <api-key>'{
"status": "calculating",
"lastCalculated": "2023-11-07T05:31:56Z",
"error": "<string>",
"progress": 75
}