curl --request POST \
--url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/user-profile/session \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"message": "<string>"
},
"meta": {
"timestamp": "2023-11-07T05:31:56Z",
"requestId": "<string>"
}
}Begin new session and advance cards.
curl --request POST \
--url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/user-profile/session \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"message": "<string>"
},
"meta": {
"timestamp": "2023-11-07T05:31:56Z",
"requestId": "<string>"
}
}