curl --location --request POST '/iam/v1/auth/logout' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}'{
"code": 200,
"message": "the user session has been successfully logged out"
}