Request:
{"customers":{"date_of_birth":"2019-12-23","full_name":"Yash Thakur"}}
Response:
{
"success": true,
"msg": "Customer data",
"data": {
"id": "551",
"type": "customers",
"attributes": {
"email": "a@a.com",
"authentication_token": "rWHQVQosVo4eQdFGFi-U",
"mobile_number": "9892228599",
"registration_complete?": true,
"cards_selection_complete?": true,
"name": "Yash Thakur",
"avatar": null,
"pin": "2034",
"is_google_linked": true,
"is_mail_synced": true,
"date_of_birth": "2019-12-23",
"card_number": null
}
}
}
{
"success": false,
"msg": "Profile update fail",
"data": {}
}