I am trying to use Make to make an API call to automatically generate AI fields, and I am using this endpoint url: https://api.baserow.io/api/database/fields/{field_id}/generate-ai-field-values/
But I seem to be having issues with authentication. I’ve tried using both database token and JWT but I keep getting “authentication credential not provided”.
Please I need some guidance here.