curl --location 'https://mock.apidog.com/m1/1364933-0-default/checkout/initiate' \
--header 'Content-Type: application/json' \
--data '{
"type": "subscription",
"plan_id": 1,
"idempotency_key": "unique_key_abc123"
}'{
"success": true,
"message": "Checkout initiated successfully",
"data": {
"order_id": 105,
"client_secret": "cs_live_abcdef123456789...",
"checkout_url": "https://accept.paymob.com/api/acceptance/iframes/123456?payment_token=token_here"
}
}