I want to send a response from my api with a unified structure for all responses
type formattedResponse struct { Status string Data []dataStruct } ty