Authorization: Bearer ********************curl --location --request PATCH 'https://api.stg.bidancer.com/wallet-service/v1/manage/wallet/' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "string",
"data": {
"id": "string",
"userId": "string",
"balance": 0,
"name": "string",
"metadata": null,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"deletedAt": "2019-08-24T14:15:22.123Z"
}
}