checkout_url that the clientIdempotency-Key header only. Body keys are ignored.curl --location '//workspace/subscription/checkout' \
--header 'Idempotency-Key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"plan": "string",
"return_url": "http://example.com",
"cancel_url": "http://example.com"
}'{
"data": {
"checkout_url": "http://example.com",
"payment_id": "string",
"provider": "string",
"expires_at": "2019-08-24T14:15:22.123Z",
"idempotency_key": "string",
"status": "pending"
}
}