curl --request POST \
--url https://api.example.com/insight/upload/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"record_name": "<string>",
"file_path": "<string>",
"project_id": "<string>"
}
'{}curl --request POST \
--url https://api.example.com/insight/upload/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"record_name": "<string>",
"file_path": "<string>",
"project_id": "<string>"
}
'{}Was this page helpful?