Many schoolbook examples of RESTful APIs are simple CRUD designs where you read and write using the same model. This however goes against all the principles you adhere to when doing CQRS, where you often have completely different models for reading and writing.
In this session we will take a closer look at the problem and find a way to handle it without compromising too much.