mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
Create experience endpoint (beta)
This commit is contained in:
24
backend/apis/BlinkApiCollection/CreateOrganization.bru
Normal file
24
backend/apis/BlinkApiCollection/CreateOrganization.bru
Normal file
@@ -0,0 +1,24 @@
|
||||
meta {
|
||||
name: CreateOrganization
|
||||
type: http
|
||||
seq: 17
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:3000/api/organizations
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
headers {
|
||||
Content-Type: application/json
|
||||
User-Agent: insomnia/2023.5.8
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name" : "Blink Inc.",
|
||||
"location" : "Napoli, Italy",
|
||||
"description" : "Blink is a privacy-respecting business-oriented social media platform focused on fostering connections between businesses and individuals, propelling careers and sparking innovation in the professional world."
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user