curl --location --request POST '/coupon-service/openapi/coupon_api_getOrderItemsInfo' \
--header 'X-APP-ID: 93cceffb582ae70bc4538fe392eab98d' \
--header 'X-APP-KEY: 7e7bf41c5cea60cef5df99eab234a1d6' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"type": "1",
"page_index": "1",
"page_size": "10",
"start_date": "2024-04-01 12:03:11",
"end_date": "2024-06-01 12:03:11",
"accNum": "18977106608",
"service_offer_id":1
}
]'
{}