Authorization: ********************
{
"existing_template": {
"file_template_id": 0,
"parse_opts": {
"csv": {
"has_header": true,
"skip_rows": 0,
"header": [
"string"
],
"separator": "string"
}
}
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/lms/parsefiletemplate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"existing_template": {
"file_template_id": 0,
"parse_opts": {
"csv": {
"has_header": true,
"skip_rows": 0,
"header": [
"string"
],
"separator": "string"
}
}
}
}'
{}