402402 Payment Required
The request requires payment. This status code is reserved for future use but is used by some APIs to indicate billing issues.
406The server cannot produce a response matching the list of acceptable values defined in the request's Accept headers.
The Accept header in the request specifies content types the server cannot produce. For example, requesting Accept: application/xml when the API only returns JSON.
Check the Accept header in your request and adjust it to match the server's supported content types. Try Accept: application/json or Accept: */* for maximum compatibility.
402The request requires payment. This status code is reserved for future use but is used by some APIs to indicate billing issues.
102The server has received and is processing the request, but no response is available yet (WebDAV).
201The request has been fulfilled and a new resource has been created as a result.
204The server successfully processed the request but is not returning any content in the response body.
308The resource has permanently moved to a new URL, and the request method must not change when following the redirect.
205The server tells the client to reset the document view, such as clearing a form after submission.