With REST, each operation is bound to a resource, primarily a combination of an IRI, a verb, and possibly headers and a payload.
What if you need to create 2 different resources, ensure a creation order, wait for each request to be executed or not?
Well, let me introduce you to a method to handle these actions via API Platform.