curl --request GET \
--url https://api.example.com/api/v1/user/{user_id}/public-profile \
--header 'Authorization: Bearer <token>'{
"user_id": "<string>",
"profile_pic_url": "<string>"
}curl --request GET \
--url https://api.example.com/api/v1/user/{user_id}/public-profile \
--header 'Authorization: Bearer <token>'{
"user_id": "<string>",
"profile_pic_url": "<string>"
}