Authorization: Bearer ********************
{
"is_pinned_project_ids": [
0
]
}
curl --location --request POST 'https://testforgeplus.trustie.net/api/users//is_pinned_projects/pin.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_pinned_project_ids": [
0
]
}'
{
"status": 0,
"message": "success"
}