curl --location --request POST 'query/pccc/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pccc": "P972150029777",
"name": "김하성",
"phone": "01075654552",
"first_name": "allen",
"last_name": "gned",
"postcode": "90529"
}'