curl --location --request GET 'https://api.uat.tacra.market/user/ych' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "string",
"body": {
"canChange": true,
"canBid": true,
"userYCH": [
{
"ychPosition": "string",
"ychCurrentBid": 0,
"ychWin": true,
"ychPaid": true,
"ychCharacter": "string"
}
],
"userCharacter": [
"string"
],
"avaliableYCH": [
{
"ychPosition": "string",
"ychCurrentPrice": "string",
"ychCurrentWinner": {
"winnerName": "string",
"winnerProfile": "string"
}
}
]
}
}