curl --location 'https://api.skillsintelligence.imocha.io/learning/materials' \
--header 'X-Api-Key: <your-api-key>' \
--header 'Content-Type: application/json' \
--data '{
"externalMaterialId": "EX0000010",
"title": "Test Leaning Material",
"learningMaterialTypeId": 1,
"issuerId": 2,
"skills": [
{
"taxonomySkillId": 60067,
"proficiency": 5
},
{
"taxonomySkillId": 60037,
"proficiency": 1
}
],
"additionalInfo": "Test additional info",
"url": "https://api.uptimesignal.io/test/200"
}'{
"learningMaterialId": 1300,
"externalMaterialId": "EX0000010",
"title": "Test Leaning Material",
"url": "https://api.uptimesignal.io/test/200",
"learningMaterialTypeId": 1,
"issuerId": 2,
"additionalInformation": "Test additional info",
"skills": [
{
"taxonomySkillId": 60067,
"proficiency": 5
},
{
"taxonomySkillId": 60037,
"proficiency": 1
}
]
}