curl --request GET \
--url https://api.helpyousponsor.com/v1/client/{id}/payment-status \
--header 'Authorization: Bearer <token>'{
"paid": true,
"total": 0
}curl --request GET \
--url https://api.helpyousponsor.com/v1/client/{id}/payment-status \
--header 'Authorization: Bearer <token>'{
"paid": true,
"total": 0
}