When following the docs to create a model-driven power app using code, what steps do I need to take to successfully make this post request below? I am currently getting a status of 401. Where do I find the bearer token?
```
POST [Organization URI]/api/data/v9.0/appmodules HTTP/1.1
Content-Type: application/json; charset=utf-8
OData-MaxVersion: 4.0
OData-Version: 4.0
Accept: application/json
{
"name": "SDKTestApp",
"uniquename":"SDKTestApp",
"webresourceid":"953b9fac-1e5e-e611-80d6-00155ded156f"
}
```

Report
All responses (
Answers (