Hi all,
I have a problem in developing restful api for my mobile app.
In my mobile app, user have to login, so how to build a login restful api using Prestashop v1.7.
after loging in successfully, the api should return a token (such as: jwt) for authentication. After then, mobile app...