mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
22 lines
368 B
Plaintext
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)"
|
|
}
|
|
}
|