mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboExperiments.git
synced 2026-06-19 21:26:02 +00:00
12 lines
200 B
JSON
12 lines
200 B
JSON
|
|
{
|
||
|
|
"host": "api.jibo.com",
|
||
|
|
"method": "POST",
|
||
|
|
"path": "/",
|
||
|
|
"headers": {
|
||
|
|
"x-amz-target": "Notification_20160715.NewRobotToken"
|
||
|
|
},
|
||
|
|
"body": {
|
||
|
|
"deviceId": "my-robot-serial-number"
|
||
|
|
}
|
||
|
|
}
|