RESTAPI error creating chatroom

I am attempting to create a chat room using a service account via the RESTAPI. First I can confirm that I am able to create the chatroom using the service account via the admin console.

I have attempted to create the chatroom using postman and python requests. The details of my request are as follows:

headers ‘{ Content-Type: application/json }’
data ‘{ roomName: test1, naturalName: test1, description: Test Room }’
url https://example.com:9091/restapi/v1/chatrooms
method POST

I get the following response:

403 - resource: test1 could not create the channel with resource", exception: “NotAllowedException”