The requested resource does not allow request data with GET requests, or the amount of data provided in the request exceeds the capacity limit.
網路上查到的說明:
A 413 HTTP error code occurs when the size of a client’s request exceeds the server’s file size limit. This typically happens when a client attempts to upload a large file to a web server, and the server responds with a 413 error to alert the client. Web servers place size limits on uploads to prevent users from overwhelming the server and exceeding storage permissions.