Files
blink/backend/apis/BlinkApiCollection/Experience/CreateExperience.bru
2025-06-10 12:20:34 +02:00

22 lines
368 B
Plaintext

meta {
name: CreateExperience
type: http
seq: 1
}
post {
url: http://localhost:3000/api/experiences
body: json
auth: inherit
}
body:json {
{
"title" : "Software engineer",
"description" : "I worked as a software engineer in this company.",
"organizationName" : "Blink Inc.",
"type" : "WORK",
"date": "[2022-01-01,2023-01-01)"
}
}