Authorization: Bearer ********************curl --location 'https://testforgeplus.trustie.net/api/users//headmaps.json' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}'{
"total_contributions": 12,
"headmaps": [
{
"date": "2023-01-05",
"contributions": 2
},
{
"date": "2023-01-06",
"contributions": 1
},
{
"date": "2023-01-11",
"contributions": 6
},
{
"date": "2023-04-17",
"contributions": 1
},
{
"date": "2023-07-02",
"contributions": 2
}
]
}