curl --request GET \
--url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/user-profile/cards \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{}
]
}Get current cards to show without starting a session.
curl --request GET \
--url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/user-profile/cards \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{}
]
}