Authorization: Bearer ********************{
"id": 0,
"userId": 0,
"clothingBalance": 0,
"generalBalance": 0,
"params": {
"key": {}
}
}curl --location --request PUT 'localhost:8080/market/balance' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"userId": 0,
"clothingBalance": 0,
"generalBalance": 0,
"params": {
"key": {}
}
}'{
"code": 0,
"msg": "",
"data": null
}