{
"event_id" : 3,
"otp_code" : "690455",
"point" : {
"app_id" : 1,
"point_id" : 1,
"adjust_point_quantity" : -50
},
"coin" :{
"coin_id" : 2,
"adjust_coin_quantity" : 50
}
}
curl --location --request POST 'https://localhost:51031/v1.0/db/swap' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6ImRkYTExNTZiLTBlODUtNGQwMS04OTEzLTQwN2MxZWVkZTEzZSIsImF1X2lkIjoyNSwiZXhwIjoxNjQ2NDEwOTI0OTIyLCJpbm5vX3VpZCI6Ikprb1l1RnZFaEhIenVUYXBsNHlvN3M1SEx3Q08vOWVOSSs4c29icGJsRk1kdS8rNW9UTnNiSm91MHJpR1RnRUMiLCJsb2dpbl90eXBlIjo0fQ.8LT7xGi8KlUHBEvMBjAcry3lXz0jVg6UgdgP_6azJLY' \
--header 'Content-Type: application/json' \
--data-raw '{
"event_id" : 3,
"otp_code" : "690455",
"point" : {
"app_id" : 1,
"point_id" : 1,
"adjust_point_quantity" : -50
},
"coin" :{
"coin_id" : 2,
"adjust_coin_quantity" : 50
}
}'
point quantity is invalid
Adjust quantity is invalid
App point information does not exist
swap 하려는 app point 정보가 없음
GetMeCoinList DB Scan Error
GetListMembers DB Scan Error