401 – Unauthorized Response
The Unauthorized response is returned on user authentication failure.
400 – Bad Request Response
Invalid request with status code 400. e.g. JSON request was malformed.
403 – Forbidden Response
Unauthorized response is returned on user authentication failure or permission error,
404 – Not Found Response
The requested resource is not found
422 – Validation Error Response
Validation errors are an array containing validation errors.
500- Internal Server Error
All internal errors.