All responses follow the JSON:API specification format:
{
"data": {
"type": "resource_type",
"id": "resource_id",
"attributes": {
// Resource attributes
}
},
"included": [
// Related resources if included
]
}All responses follow the JSON:API specification format:
{
"data": {
"type": "resource_type",
"id": "resource_id",
"attributes": {
// Resource attributes
}
},
"included": [
// Related resources if included
]
}