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 'Authorization: Bearer <token>'{
"activated": true
}curl --request GET \
--url https://api.helpyousponsor.com/v1/user/{id}/activation/status \
--header 'Authorization: Bearer <token>'{
"activated": true
}