Authorization: Bearer ********************
{
"fields": [
"string"
],
"where": {},
"order": [
"string"
],
"group": [
"string"
],
"index": 0,
"count": 0,
"username": "047f9a52-68e4-4300-8748-70f71267413e",
"name": "string",
"description": "string"
}
curl --location --request PUT 'https://s.hancel.org/api/datasrc/' \
--header 'Content-Type: application/json' \
--data-raw '{
"fields": [
"string"
],
"where": {},
"order": [
"string"
],
"group": [
"string"
],
"index": 0,
"count": 0,
"username": "047f9a52-68e4-4300-8748-70f71267413e",
"name": "string",
"description": "string"
}'
{}