curl --request POST \
--url https://app.aptlystar.ai/api/v1/bot/ \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"content": "<string>",
"type": "text",
"name": "<string>",
"embedding": "<string>",
"model": "<string>",
"maxDepth": 123,
"maxLinks": 123,
"options": {}
}'
curl --request POST \
--url https://app.aptlystar.ai/api/v1/bot/ \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"content": "<string>",
"type": "text",
"name": "<string>",
"embedding": "<string>",
"model": "<string>",
"maxDepth": 123,
"maxLinks": 123,
"options": {}
}'