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 POST 'https://s.hancel.org/api/datasrc/create' \
--header 'Authorization: Bearer <token>' \
--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"
}
]'{}