I am trying to get the data from the reviewer data API of crucible but its giving null.
curl -H "Accept: application/json" 'https://www.example.com/rest-service/search-v1/reviewsForIssue?user123:XXXXXXADVC?jiraKey=XY-989 '
Output :- {"reviewData":[]}
Can anyone please let me know what can be the issue.