Authorization: Bearer ********************
{ "pccc": "P972150029777", "name": "김하성", "phone": "01075654552" }
curl --location --request POST 'https://test-oms.hanjinexp.com/openapi/customer/query_pccc/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "pccc": "P972150029777", "name": "김하성", "phone": "01075654552" }'
{ "code": 200, "success": true, "detail": "正确", "data": "" }