Authorization: ********************curl --location --request GET '/requests/123/preview/status' \
--header 'Authorization: Bearer <token>'{
"data": {
"requestId": "d385ab22-0f51-4b97-9ecd-b8ff3fd4fcb6",
"status": "not_started",
"branchName": "string",
"previewUrl": "http://example.com",
"deploymentId": "string",
"error": {
"code": "string",
"message": "string",
"suggestion": "string"
},
"buildDurationMs": 0,
"createdAt": "string",
"readyAt": "string"
}
}