Creating repeatable component entries within an existing collection type

I have a problem where I cannot create a new repeatable component entry within a collection type that already exists upon submitting a form.

I have tried posting with axios but receive this error: 405 (Method Not Allowed) but all permissions have been set for true for the collection type.

I have also tried putting with axios and updating the collection type with graphql which does transfer the into Strapi but will only update the first repeatable entry within the collection type.

This is what the repeatable component looks like:

Any fix is appreciated either with Graphql or axios