POST /auth-credentials HTTP/1.1
Host: api.laminar.run
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 203
{
"workspaceId": 1,
"name": "text",
"authType": "text",
"username": "text",
"password": "text",
"clientId": "text",
"clientSecret": "text",
"tokenUrl": "text",
"apiKey": "text",
"token": "text",
"authorizationHeader": "text"
}