adding (StatusCode, IntoResponse) like in axum https://docs.rs/axum/0.6.1/axum/response/trait.IntoResponse.html#impl-IntoResponse-for-(StatusCode%2C%20R) this will make returning custom status code easier and don't need response builder.