Authorization: Bearer ********************
curl --location --request GET '/ai/embeddings/buckets' \ --header 'Authorization: Bearer <token>'
{ "data": { "buckets": [ "string" ] } }