設定回呼網址
根據傳入的參數來設定用戶機器人的回呼網址
Request Url :
Request headers :
Name
Description
Content-Type
application/json
Authorization
Bearer {API Token}
Request body :
Name
Type
Description
callback
String
回呼網址設定 ex: https://{your_domain}/callback
secret
String
API Secret
Response example :
Last updated