Structure
EmptyResponse
public struct EmptyResponse: Codable
Response expressing that there is an empty JSON body.
Although it seems like a class that does not need to be, it was necessary because the behavior on the client side would change.
Relationships
Conforms To
Codable