post http://localhost:3000/company
Create company record.
Log in to see full request history
Response
Create company record.
xxxxxxxxxx
10curl --request POST \
--url http://localhost:3000/company \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"jurisdiction": "Poland",
"active": true
}
'
Try It!
to start a request and see the response here! Or choose an example: