List All TagsYou may want to add tags beforehand, in the event you're using our tag endpoint to manage your own tags. For example, having a user choose from a list of available tags to apply to a shipment.ExampleGET /v1/tags/CopyHTTPcURLJavaScriptNodeJSPHPPythonRubyC#JavaGoSwiftObjective-CPowerShell123GET /v1/tags HTTP/1.1Host: api.shipengine.comAPI-Key: __YOUR_API_KEY_HERE__Copy12345678910{ "tags": [ { "name": "east_warehouse" }, { "name": "west_warehouse" } ]}