Skip to main content
POST
Error

Body

application/json
token
string
required

JWT Access Token of the user.

Example:

"eyJ..."

Response

User ID retrieved successfully.

status
string
Example:

"success"

message
string
Example:

"Operation completed successfully"

user_id
integer

The ID of the authenticated user.

Example:

101