{ "userId": 1, "id": 19, "source": 1 }
curl --location --request POST '/api/order/cancel' \ --header 'Content-Type: application/json' \ --data-raw '{ "userId": 1, "id": 19, "source": 1 }'
{}