All API endpoints in this system require Bearer token authentication. This type of authentication uses a token, which acts as a temporary key to securely access the API. The token is included in the Authorization
header of each request. Without a valid token, the server will reject the request.
Authorization
header in the following format: Authorization: Bearer <your_token>
/api/v1/wallet/generate
endpoint to create a new wallet: