curl --request GET \
--url https://api.helpyousponsor.com/v1/client/{id}/payment-status \
--header 'X-HYS-API-Key: <api-key>'{
"paid": true,
"total": 0
}curl --request GET \
--url https://api.helpyousponsor.com/v1/client/{id}/payment-status \
--header 'X-HYS-API-Key: <api-key>'{
"paid": true,
"total": 0
}