cURL
curl --request POST \ --url https://your-engine-url/api/v1/schema/{schema} \ --header 'Authorization: <api-key>'
"<any>"
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Successful Response
The response is of type any.
any