Authorization: Bearer ********************{
"sgn_ctrct_rcd_no": "xxxx"
}curl --location '/innerapi/resident/apply/cancel' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"sgn_ctrct_rcd_no": "xxxx"
}'{}