Able to access V3 API and get services (GET) but throws error":403,"errorMessagecreate" when trying to create a service (POST)
GET for V3 API works but POST throws error like below
curl -k 'https://api.mashery.com/v3/rest/services' -H "Authorization: Bearer "XXXXXXX"" -H "Content-Type:application/json" --request POST --data '{"id":"17xxxxxx","created":"2020-05-07T13:36:19.000+0000","name":"01_test_API","updated":"2020-05-07T13:36:19.000+0000","version":"1.0"}'
{"errorCode":403,"errorMessage":"Forbidden"}