Authorization: Bearer ********************curl --location --request POST '/project/checklist/component/upload' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pickModelComponentId": "ckx12345componentid",
"file": "<binary file content of checklist.csv>"
}'{}