...
Code Block |
---|
tokens.dev.graebert.com/generate |
Header :
here x-api-key
will be key to specific customer
Code Block |
---|
Content-type:application/json, x-api-key: api-key1key |
Body :
Code Block |
---|
{ "auth" : "apiKey", "file" : "filePath", "userId" : "userId", "server": "serverId", "param": "value" } |
...