{
"id": "238859074060290"
}curl --location 'http://127.0.0.1:7760/api/public/project/detail' \
--header 'Authorization: {{api_key}}' \
--header 'Content-Type: application/json' \
--data '{
"id": "238859074060290"
}'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"name": "string",
"type": 1,
"create_time": 0,
"update_time": 0,
"output_dir": "string",
"comment": "string",
"data_sources": [
{
"id": "string",
"name": "string",
"order_num": 0,
"comment": "string"
}
]
}
}