HTTP Status code
June 26, 2025
🟢 2xx – Success
The request was successfully received, understood, and accepted.
- 200 OK: Standard response for successful HTTP requests.
- 201 Created: The request has been fulfilled and a new resource is created.
- 204 No Content: The server successfully processed the request, but there is no content to send back.

