Platform Service Accounts Api

Local Development

To install dependencies:

make setup

To lint and format code:

make lint

To run the unit test suite:

make test_unit

To run the integration test suite:

make test_integration