{
"id": "<string>",
"type": "waitlist-spots",
"attributes": {
"start_date": "<string>",
"end_date": "<string>",
"last_notified_at": "<string>",
"notify_count": 123,
"created_at": "<string>"
},
"links": {
"self": "<string>"
},
"relationships": {
"resource": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"service": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
}
},
"meta": {
"position": 123
}
}