meta { name: update breathing color type: http seq: 3 } put { url: {{baseUrl}}/breathing-colors/:id body: json auth: inherit } params:path { id: 1 } body:json { { "name": "بنفش", "colors": ["#6829DD", "#1A50CC"], "is_active": true } } settings { encodeUrl: true timeout: 0 }