POST
/
schema-templates
curl --request POST \
  --url https://api.atlos.dev/schema-templates \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "schema": {}
}'
{
  "status": "<string>",
  "message": "<string>",
  "data": {}
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.