Authorization: Bearer ********************
{
"owner_name": "string"
}
curl --location --request POST 'https://testforgeplus.trustie.net/api///applied_transfer_projects.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79' \
--header 'Content-Type: application/json' \
--data-raw '{
"owner_name": "string"
}'
{
"project": {
"id": 0,
"identifier": "string",
"name": "string",
"description": "string",
"is_public": true,
"owner": {
"id": 0,
"type": "string",
"name": "string",
"login": "string",
"image_url": "string"
}
},
"user": {
"id": 0,
"type": "string",
"name": "string",
"login": "string",
"image_url": "string"
},
"owner": {
"id": 0,
"type": "string",
"name": "string",
"login": "string",
"image_url": "string"
},
"id": 0,
"status": "string",
"created_at": "string",
"time_ago": "string"
}