{
"solution_name": "string",
"project_name": "string"
}curl --location --request POST 'http://127.0.0.1:8088/api/project/create_project' \
--header 'Content-Type: application/json' \
--data-raw '{
"solution_name": "string",
"project_name": "string"
}'{}