Authorization: Bearer ********************
{
"user_id": 0,
"name": "string",
"description": "string",
"repository_name": "string",
"project_category_id": 0,
"project_language_id": 0,
"ignore_id": 0,
"license_id": 0,
"private": true,
"blockchain": true,
"blockchain_token_all": 0
}
curl --location --request POST 'https://testforgeplus.trustie.net/api/projects.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"name": "string",
"description": "string",
"repository_name": "string",
"project_category_id": 0,
"project_language_id": 0,
"ignore_id": 0,
"license_id": 0,
"private": true,
"blockchain": true,
"blockchain_token_all": 0
}'
{
"id": 46,
"name": "ceshi",
"identifier": "ceshi",
"login": "yystopfceshi"
}