curl --request POST \
--url http://localhost:3091/v1/api/agencies/{id}/stripe/onboard \
--header 'Authorization: Bearer <token>'{
"stripeAccountId": "<string>",
"onboardingUrl": "<string>",
"status": "<string>"
}Creates a Stripe Connected Account and returns the onboarding link
curl --request POST \
--url http://localhost:3091/v1/api/agencies/{id}/stripe/onboard \
--header 'Authorization: Bearer <token>'{
"stripeAccountId": "<string>",
"onboardingUrl": "<string>",
"status": "<string>"
}