23 lines
220 B
Plaintext
23 lines
220 B
Plaintext
meta {
|
|
name: Dial Call
|
|
type: http
|
|
seq: 101
|
|
}
|
|
|
|
post {
|
|
url: http://192.168.68.1:3000/api/call/dial
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"phone_number": "10086"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|
|
|