We need to define the basic API for the backend (this can change with time but it should be kinda consistent)
Define all needed requests and data that can be retrieved from the backend - each request should consist the followings: url, method, params, body and responses
Create a yaml file with the API (you can use swagger, its neat)
We need to define the basic API for the backend (this can change with time but it should be kinda consistent)