curl --location --request POST 'https://backend.clara.crazi.co/api/v1/stripe/portal' \
--header 'Authorization: Bearer <token>'{
"data": {
"url": "https://billing.stripe.com/p/session/test_YWNjdF8xU0ZyMm1Ld1luNXJKcDlOLF9UVXQ4T1BaZ0x3THpPWUxZT3l2RXh3U2NGekxFOTB60100YSmzbPRw"
},
"message": "Customer portal session created successfully.",
"status": "success"
}