{}curl --location --request GET 'https://api.302.ai/memobase/api/v1/users/profile/' \
--header 'Authorization: Bearer ' \
--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": ""
}