I have implemented a REST-API with API designer to be consumed by the users to Get and POST data to the system.
Until now The user authenticates using RoleBasedPerson calling first the POST Request imx/login with their credentials in the Body, e.g.:
…