cURL
curl --request POST \ --url https://api.turbo.com/api/product/call/{api_id} \ --header 'Content-Type: application/json' \ --data '{}'
根据API产品ID调用对应的API,可传入任意对象,内部会根据API模板进行绑定
API产品ID
API调用请求参数(任意对象,内部会根据API模板进行绑定)
The body is of type object.
object
调用成功