File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,17 @@ GET {{$dotenv server}}/api/sendmail
4545Authorization: Bearer {{access_token}}
4646###
4747GET {{$dotenv approuter_url }}/sap/opu/odata/SAP/EPM_REF_APPS_SHOP_SRV/
48- Authorization : Bearer {{access_token}}
48+ x-approuter-authorization : Bearer {{access_token}}
4949Accept: application/json
5050###
5151GET {{$dotenv approuter_url }}/sap/opu/odata/SAP/EPM_REF_APPS_SHOP_SRV/MainCategories
52- Authorization : Bearer {{access_token}}
52+ x-approuter-authorization : Bearer {{access_token}}
5353Accept: application/json
5454###
5555GET {{$dotenv approuter_url }}/sap/opu/odata/SAP/EPM_REF_APPS_SHOP_SRV/Products
5656 ? $top = 10
5757 & $inlinecount = allpages
5858 & $filter = MainCategoryId eq 'Meeting %26 Presenting'
5959 & $orderby = StockQuantity desc
60- Authorization : Bearer {{access_token}}
60+ x-approuter-authorization : Bearer {{access_token}}
6161Accept: application/json
You can’t perform that action at this time.
0 commit comments