{
"project_url": "https://github.com/CorentinTh/it-tools",
"add_cover": true
}
curl --location --request POST 'https://api.302.ai/302/webserve/project' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"project_url": "https://github.com/CorentinTh/it-tools",
"add_cover": true
}'
{
"success": true,
"status": "pending",
"id": "aaaaaaaaaa",
"url": "https://aaaaaaaaaa.302ai.app",
"cover": ""
}