In Create RPAS form for Manufacturer, when an RPAS is saved, a message is shown to the user that the RPAS has been successfully saved. But actually the request is unsuccessful because accessing the POST /droneType endpoint requires admin access.

Relevant Code: https://github.com/iSPIRT/digital-sky-api/blob/master/src/main/java/com/ispirit/digitalsky/controller/DroneTypeController.java#L40
An alternative flow could be that the Manufacturer submits an Application to add RPAS Type and the Admin approves it.
In Create RPAS form for Manufacturer, when an RPAS is saved, a message is shown to the user that the RPAS has been successfully saved. But actually the request is unsuccessful because accessing the POST /droneType endpoint requires admin access.
Relevant Code: https://github.com/iSPIRT/digital-sky-api/blob/master/src/main/java/com/ispirit/digitalsky/controller/DroneTypeController.java#L40
An alternative flow could be that the Manufacturer submits an Application to add RPAS Type and the Admin approves it.