debt-pirate/bruno/Debt Pirate/budget/create.bru

29 lines
383 B
Text
Raw Permalink Normal View History

2025-03-27 18:09:32 -04:00
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"
}
}