Authorization: Bearer ********************curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/learn/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "string",
"locale": "string",
"content": "string",
"message": "string",
"title": "string"
}'{}