I am trying to upload file using strapi upload api. I get 413 error

Found something online, hope it helps.
The 413 status code indicates that the request was larger than the server is able to handle , either due to physical constraints or to settings. Usually, this occurs when a file is sent using the POST method from a form, and the file is larger than the maximum size allowed in the server settings.