curl --request POST \
--url http://0.0.0.0:3000/v1/billing/checkout-sessions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"planId": 123,
"redirectUrl": "<string>"
}
'curl --request POST \
--url http://0.0.0.0:3000/v1/billing/checkout-sessions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"planId": 123,
"redirectUrl": "<string>"
}
'