Store id
curl -i -X GET \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}/application'
[ { "DivisionId": 0, "ApplicationId": 0, "Name": "string", "Changed": "string", "ChangedBy": "string" } ]
A list of applications
curl -i -X PUT \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}/application' \ -H 'Content-Type: application/json' \ -d '[ { "DivisionId": 0, "ApplicationId": 0, "Name": "string", "Changed": "string", "ChangedBy": "string" } ]'