access-token: ********************curl --location '/admin/servers//parts?get_source=1' \
--header 'access-token: <api-key>'{
"success": true,
"server_parts": [
{
"id": 0,
"name": "string",
"vendor": "string",
"model": "string",
"part_id": 0,
"part_type": "string",
"status": "Using",
"serialno": "string",
"created_at": "2019-08-24T14:15:22.123Z"
}
]
}