curl --request POST \
--url https://app.aptlystar.ai/api/v1/dataStore/{org_id}/dataStore/{bot_id}/addDataStoreToBot \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"dataStoresToAddToBot": [
{
"id": "<string>"
}
]
}'
curl --request POST \
--url https://app.aptlystar.ai/api/v1/dataStore/{org_id}/dataStore/{bot_id}/addDataStoreToBot \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"dataStoresToAddToBot": [
{
"id": "<string>"
}
]
}'