{ "id": 1001 }
curl --location '/checkout/w-payment/subscriptions/detail' \ --header 'Content-Type: application/json' \ --data '{ "id": 1001 }'
{ "retcode": "200", "retmsg": null, "retdata": { "id": 1001, "mchSubscriptionNo": "SUB-20240423-001", "status": "ACTIVE", "amount": 9.99, "currency": "USD", "intervalUnit": "month", "intervalCount": 1, "createdTime": "2024-04-23T10:00:00" } }