POST
/
resources
curl --request POST \
  --url https://instantrestapi.com/api/resources \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "id": "<string>"
}'
{}

Authorizations

api-key
string
header
required

Body

application/json
Resource object
id
string
required

Unique identifier for the resource

Response

201
application/json
Response

The full resource object with all its properties