Describe the bug
V1.2.0, when invoke /dolphinscheduler/projects/create, it doesn't return project ID when create successfuly just return
{
"code": 0,
"msg": "success",
"data": null
}
Expected behavior
it should return project ID, otherwise, how can I build relationship between dolphin and my system.
Which version of Dolphin Scheduler:
-[1.2.0]
Additional context
Add any other context about the problem here.
**Requirement or improvement
- Please fix this or tell me how to get project ID for newly created project.