curl -L \
--request POST \
--url 'https://api.laminar.run/auth-credentials' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"workspaceId": 1,
"name": "text",
"authType": "text",
"username": "text",
"password": "text",
"clientId": "text",
"clientSecret": "text",
"tokenUrl": "text",
"apiKey": "text",
"token": "text",
"authorizationHeader": "text"
}'