Checks the activation status of a user based on the user ID.
curl --request GET \
--url https://api.helpyousponsor.com/v1/user/{id}/activation/status \
--header 'X-HYS-API-Key: <api-key>'{
"activated": true
}curl --request GET \
--url https://api.helpyousponsor.com/v1/user/{id}/activation/status \
--header 'X-HYS-API-Key: <api-key>'{
"activated": true
}