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