export const OK = 200; export const INVALID_PAYLOAD = 400; export const INTERNAL_SERVER_ERROR = 500; export const NOT_FOUND = 404; export const UNAUTHORIZED = 401; export const FORBIDDEN = 403; export const CONFLICT = 409; export const UNPROCESSABLE_ENTITY = 422; export const TOO_MANY_REQUESTS = 429; export const GATEWAY_TIMEOUT = 504;