meta { name: create type: http seq: 1 } post { url: {{protocol}}//{{domain}}/budget body: json auth: bearer } headers { Accept: application/json;charset=utf-8 Content-Type: application/json;charset=utf-8 } auth:bearer { token: {{sessionToken}} } body:json { { "name": "Daily Living", "description": "Daily living expenses", "icon": "person" } }