curl --location --request PUT 'http://localhost:8080/trade/confirmPickUp' \
--header 'authentication: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2OTU5MTg4NjksInVzZXJJZCI6Mn0.g_n-gEqouVU-Q0kekBSwGSBSYbsPAMStnzHhYwqbf0o' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJlbXBJZCI6MSwiZXhwIjoxNzAxOTQxNzQwfQ.XdIWK08eF7QaozVIEqg07FLWyAj-7bQSGWOdrnb92cY' \
--header 'Content-Type: application/json' \
--data-raw '{
"tradeNo": 0,
"status": 0
}'