bruno/memori-backend/User/Creates a new user-.bru
2024-07-16 11:15:30 +03:00

16 lines
180 B
Plaintext

meta {
name: Creates a new user-
type: http
seq: 4
}
post {
url: https://backend.memori.ai/api/v2/User/{strToken}
body: json
auth: none
}
params:path {
strToken:
}