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