{}
curl --location --request GET 'https://api.302.ai/memobase/api/v1/users/profile/' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"data": {
"profiles": [
{
"id": "<string>",
"content": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"attributes": {}
}
]
},
"errno": 0,
"errmsg": ""
}