curl --request POST \
--url https://api.myscalev.com/v3/bundles/{bundle_id}/follow-up-chats/generate \
--header 'Authorization: Bearer <token>'{
"error": {},
"error_code": "<string>",
"message": "<string>",
"errors": {}
}Requires the bundle:update machine scope. Generates a new follow up chat for a bundle.
curl --request POST \
--url https://api.myscalev.com/v3/bundles/{bundle_id}/follow-up-chats/generate \
--header 'Authorization: Bearer <token>'{
"error": {},
"error_code": "<string>",
"message": "<string>",
"errors": {}
}