bruno/memori-backend/Badge/Processes a badge assignment-.bru
2024-07-16 11:15:30 +03:00

20 lines
239 B
Plaintext

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": ""
}
}