Authorization: Bearer ********************curl --location --request POST 'https://api.stg.bidancer.com/wallet-service/v1/manage/wallet/' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'userId=' \
--data-urlencode 'balance=' \
--data-urlencode 'name=' \
--data-urlencode 'metadata='{
"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"
}
}