curl --request POST \
--url http://localhost:3091/v1/api/stripe-connect/onboarding/refresh \
--header 'Authorization: Bearer <token>'{}Generates a fresh Stripe onboarding link when the previous one has expired.
curl --request POST \
--url http://localhost:3091/v1/api/stripe-connect/onboarding/refresh \
--header 'Authorization: Bearer <token>'{}JWT access token from POST /v1/api/auth/login
New onboarding link generated
The response is of type object.