curl --location --request POST '/merchant/demo/order/create' \ --header 'Content-Type: application/json' \ --data-raw '{ "esim_id": 0 }'
{ "success": true }