User profile profile list
GET
/user-profile/profile/
curl \
--request GET 'http://api.example.com/user-profile/profile/'
Response examples (200)
[
{
"id": 42,
"user": 42,
"bio": "string",
"location": "string",
"birth_date": "2025-05-04"
}
]