A valid request URL is required to generate request examples
{ "status": "success", "message": "Operation completed successfully", "user_id": 101 }
Retrieves the user ID from the provided JWT access token. The user’s token is passed in the body.
JWT Access Token of the user.
"eyJ..."
User ID retrieved successfully.
"success"
"Operation completed successfully"
The ID of the authenticated user.
101