This is the structure that clients need to follow to send and receive data from backend. In the future we will have swagger documentation, but for now you can check this contract rules. The capitalization to use is camel case.
Always the payload must include a wrapper object called data
` { data: "Object || Array"