Last updated 2 months ago
FIrst of all we're must explain authorization concept for our services
For authorization in our services you're should use for getting JWT token
After that you should apply it to your headers for all requests
{ "Authorization": "Bearer <token>" }