curl --request POST \
--url https://api.idol.io/api/v2/tracks \
--header 'Content-Type: application/json' \
--data '
{
"data": {
"type": "tracks",
"id": "id",
"attributes": {
"title": "title",
"subtitle": {},
"track-number": 0,
"volume-number": 0,
"isrc-code": "isrc-code",
"dolby-atmos-isrc": {},
"work": {},
"production-date": "2024-08-25T15:00:00Z",
"iswc-code": {},
"production-line": {},
"recording-place": {},
"is-hidden": {},
"is-digital-exclusivity": {},
"original-id": {},
"is-compilation": true,
"is-video": true,
"clean": true,
"parental-advisory": true,
"explicit-content": true,
"preview-start": 0,
"preview-end": 0,
"preview-url": "https://www.example.com/path/to/resource",
"lyrics": {},
"ttml-lyrics-url": "https://www.example.com/path/to/resource",
"artist": [
"string"
],
"publisher": [
"string"
],
"length": 0,
"created-at": "2024-08-25T15:00:00Z",
"updated-at": "2024-08-25T15:00:00Z"
},
"relationships": {
"product": {
"data": {
"type": "type",
"id": "id"
},
"links": {
"self": "https://www.example.com/path/to/resource",
"related": "https://www.example.com/path/to/resource"
}
},
"label": {
"data": {
"type": "type",
"id": "id"
},
"links": {
"self": "https://www.example.com/path/to/resource",
"related": "https://www.example.com/path/to/resource"
}
},
"audio-language": {
"data": {
"type": "type",
"id": "id"
},
"links": {
"self": "https://www.example.com/path/to/resource",
"related": "https://www.example.com/path/to/resource"
}
},
"performers": {
"data": [
{
"type": "type",
"id": "id"
}
],
"links": {
"self": "https://www.example.com/path/to/resource",
"related": "https://www.example.com/path/to/resource"
},
"meta": {}
},
"authors": {
"data": [
{
"type": "type",
"id": "id"
}
],
"links": {
"self": "https://www.example.com/path/to/resource",
"related": "https://www.example.com/path/to/resource"
},
"meta": {}
},
"composers": {
"data": [
{
"type": "type",
"id": "id"
}
],
"links": {
"self": "https://www.example.com/path/to/resource",
"related": "https://www.example.com/path/to/resource"
},
"meta": {}
},
"contributors": {
"data": [
{
"type": "type",
"id": "id"
}
],
"links": {
"self": "https://www.example.com/path/to/resource",
"related": "https://www.example.com/path/to/resource"
},
"meta": {}
},
"remixers": {
"data": [
{
"type": "type",
"id": "id"
}
],
"links": {
"self": "https://www.example.com/path/to/resource",
"related": "https://www.example.com/path/to/resource"
},
"meta": {}
},
"featurings": {
"data": [
{
"type": "type",
"id": "id"
}
],
"links": {
"self": "https://www.example.com/path/to/resource",
"related": "https://www.example.com/path/to/resource"
},
"meta": {}
},
"publishers": {
"data": [
{
"type": "type",
"id": "id"
}
],
"links": {
"self": "https://www.example.com/path/to/resource",
"related": "https://www.example.com/path/to/resource"
},
"meta": {}
},
"lyricists": {
"data": [
{
"type": "type",
"id": "id"
}
],
"links": {
"self": "https://www.example.com/path/to/resource",
"related": "https://www.example.com/path/to/resource"
},
"meta": {}
},
"track-videos": {
"data": [
{
"type": "type",
"id": "id"
}
],
"links": {
"self": "https://www.example.com/path/to/resource",
"related": "https://www.example.com/path/to/resource"
},
"meta": {}
}
}
}
}
'