{
"sessionId": "{{stripeSessionId}}"
}curl --location --request POST '/api/user/billing/confirm-checkout' \
--header 'Authorization: Bearer {{jwt}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sessionId": "{{stripeSessionId}}"
}'