curl --location --request POST '/api/v1/checkout-sessions/cleanup' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"maxAge": 24
}'{
"success": true,
"data": {
"expiredSessions": 0,
"cleanedIdempotencyKeys": 0,
"cleanedWebhookKeys": 0
}
}