cURL
curl --request POST \ --url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/user-profile/answers \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "answers": {} }'
{ "success": true, "data": { "message": "<string>" }, "meta": { "timestamp": "2023-11-07T05:31:56Z", "requestId": "<string>" } }
Store user responses to profile cards.
Auth0 access token for registered users.
Key-value pairs of question keys and user answers
Answers saved successfully.
true
Show child attributes