An Accountant application to help with monthly GST filing for our traditional business
Libraries Used
Google API go client : https://github.com/googleapis/google-api-go-client
curl --location 'https://bean-counter-t2xsqgseuq-uc.a.run.app/gstReport/monthly' \
--header "Authorization: Bearer $(gcloud auth print-identity-token)" \
--header 'Content-Type: application/json' \
--data '{
"month" : 6,
"year" : 2023
}