Files
wishlify/docs/api/wishlists/create wishlist.bru
2026-02-18 02:17:13 +03:00

24 lines
240 B
Plaintext

meta {
name: create wishlist
type: http
seq: 2
}
post {
url: {{base_url}}/user/wishlists
body: json
auth: inherit
}
body:json {
{
"name": "test2",
"description": ""
}
}
settings {
encodeUrl: true
timeout: 0
}