advanceOrderStatus
@Post(value = "advance")
Handles POST orders/advance.
Advances the order status to the next valid state.
Response mapping:
200 OKwhen status is advanced successfully404 Not Foundwhen order does not exist400 Bad Requestwhen state transition is invalid
Return
An HTTP response representing the operation outcome.
Parameters
request
Request containing the order identifier.