grid
grid copied to clipboard
Add POST create location endpoint
Add a POST endpoint at /locations
to do the following:
- Use the request body to create a protobuf payload to create a location
- Package that payload into a txn, sign the txn
- Package that txn into a batch, submit to
batches
endpoint