Authorization: Bearer ********************
{
"user_id": 0,
"name": "string",
"clone_addr": "string",
"description": "string",
"repository_name": "string",
"project_category_id": 0,
"project_language_id": 0,
"is_mirror": true,
"auth_username": "string",
"auth_password": "string",
"private": true
}
curl --location --request POST 'https://testforgeplus.trustie.net/api/projects/migrate.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"name": "string",
"clone_addr": "string",
"description": "string",
"repository_name": "string",
"project_category_id": 0,
"project_language_id": 0,
"is_mirror": true,
"auth_username": "string",
"auth_password": "string",
"private": true
}'
{
"id": 48,
"name": "potato",
"identifier": "potato",
"login": "yystopfceshi"
}