Authorization: Bearer ********************curl --location --request POST '/ai/assistants//tools//test' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"arguments": {},
"dynamic_variables": {}
}'{
"data": {
"content_type": "string",
"request": {},
"response": "string",
"status_code": 0,
"success": true
}
}