Files
pruebas-automatizacion-desa…/API-MOCK-SHOPIFY/Webhooks/Subscribe To.bru

27 lines
328 B
Plaintext

meta {
name: Subscribe To
type: http
seq: 1
}
post {
url: {{host}}:{{port}}/webhooks/subto
body: json
auth: inherit
}
body:json {
{
"host": "http://localhost",
"port": "3000",
"endpoint": "/test2",
"method": "POST",
"topic": "orders/create"
}
}
settings {
encodeUrl: true
timeout: 0
}