Authorization: Bearer ********************{
"keyword": "string",
"page": 0,
"limit": 0
}curl --location --request POST 'http://10.12.186.133:30924/transpond/console/org_space/datasets' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"page": 0,
"limit": 0
}'{}