curl --request POST \
--url https://api.bibigpt.co/api/v1/collections/addItem \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"collectionId": "<string>",
"contentId": "<string>",
"sourceUrl": "<string>"
}
'