Implement needed methods in 'RecipeController' & 'RecipeService' to allow Recipe creation in Postman.
Consider cases where duplicates should not be created & we should get a correct response acording to each case - when we get the error (due to duplicate creation) we should get the 'ErrorResponse'. Otherwise send 'Response' object.