RETURN TYPE

{
	status: "success" | "alert" | "error", // Status of the executed process
	message: string, // Message regarding the result of the process
	result?: <T>, // Result of the executed process (The return has a generic type, the same referring to the type of request made)
	errorCode?: string // Code error result of endpoint request (If have)
}

Header (Authentication)

Endpoints

Possible errors