Create a supplier addressAsk AIpost https://api.katanamrp.com/v1/supplier_addressesAdd an address to an existing supplier. If the new address is the first one, it is assigned as the default. (A Supplier can have only one address for now)Body Paramsnew supplier addresssupplier_idintegerrequiredline_1string | nullline_2string | nullcitystring | nullstatestring | nullzipstring | nullcountrystring | nullResponses 200New supplier address created 401Make sure you've entered your API token correctly. 422Check the details property for a specific error message. 429The rate limit has been reached. Please try again later. 500The server encountered an error. If this persists, please contact supportUpdated 7 months ago