Authentication
Validate JWT
Validate a JWT token and return the associated profile details. Uses Bearer token authentication.
get/uploadposts/users/validate-jwt
Response
Validation result. Returns profile if valid, or isValid=false if invalid.
Example response
{
"success": true
}