Create new agencypost https://sandbox-api.viantinc.com/{basePath}/agencyCreates an agency under the current account.Request POST /v1/agency Request Body { id: <integer>, name: <string>, contact_name: <string>, street: <string>, city: <string>, state: <string>, zip: <string>, country: <string>, phone: <string>, fax: <string>, email: <string>, description: <string>, externalAgencyId: <string> }