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