Files
XIVPlan-DB/.bruno/Plan Endpoints/list plans.bru
2026-04-10 01:20:53 -04:00

17 lines
181 B
Plaintext

meta {
name: list plans
type: http
seq: 1
}
get {
url: http://localhost:14014/api/list/[userId]
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}