Authorization
header within your request - we do not require Bearer
to precede the token. It should look something like this:
id
, name
and email
as fields to return in the query.input
variable with the fields from CreateUserInput (ie. id
, name
, email
, etc)./graphql
, no matter what operation you perform.
Here’s an example of what this request would look like in cURL:
INSERT_API_KEY
with your own Kana API Key