curl --request GET \
--url https://pullrule.com/api/2025-04/account \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"name": "<string>",
"profile_photo_url": "<string>",
"created_at": 123
}
}curl --request GET \
--url https://pullrule.com/api/2025-04/account \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"name": "<string>",
"profile_photo_url": "<string>",
"created_at": 123
}
}