curl --request POST \
--url https://nimbussuite.com/api/v1/billing/setup \
--header 'Authorization: Bearer <token>'{
"stripeId": "<string>"
}curl --request POST \
--url https://nimbussuite.com/api/v1/billing/setup \
--header 'Authorization: Bearer <token>'{
"stripeId": "<string>"
}Was this page helpful?