curl --request POST \
--url https://app.aptlystar.ai/api/v1/bot/playground/{id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"message": "<string>",
"history": [
"<any>"
],
"history_id": "<string>"
}'
curl --request POST \
--url https://app.aptlystar.ai/api/v1/bot/playground/{id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"message": "<string>",
"history": [
"<any>"
],
"history_id": "<string>"
}'