bruno/memori-backend/Badge/Processes a badge assignment-.bru

20 lines
239 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
name: Processes a badge assignment-
type: http
seq: 2
}
post {
url: https://backend.memori.ai/api/v2/BadgeAssignment
body: json
auth: none
}
body:json {
{
"refId": "",
"outcome": "",
"badgeUrl": ""
}
}