Authorization: Bearer ********************
{
"payload": {
"event": {
"user": {
"nickname": "faaa"
},
"request": {
"hostname": "a.cn.authok.cn",
"ip": "32.22.2.32",
"query": {
"connection": "wechat:pc"
}
}
}
}
}
curl --location -g --request POST 'https://..authok.cn/api/v1/actions/actions//test' \
--header 'Content-Type: application/json' \
--data-raw '{
"payload": {
"event": {
"user": {
"nickname": "faaa"
},
"request": {
"hostname": "a.cn.authok.cn",
"ip": "32.22.2.32",
"query": {
"connection": "wechat:pc"
}
}
}
}
}'
{
"commands": [],
"logs": []
}