The below table contains general HTTP Status Codes of a requests result.
| Status Code | Description |
| 200 OK | Indicates that the request has succeeded |
| 201 Created | Indicates that the request has succeeded and a new resource has been created as a result |
| 400 Bad Request | The request could not be understood by the server and likely because the request body is invalid. The client SHOULD NOT repeat the request without modifications. |
| 409 Conflict | The request could not be processed because of conflict in the request. The client SHOULD NOT repeat the request without modifications. |
| 500 Internal Server Error | The server encountered an unexpected condition that prevented it from fulfilling the request. |