curl --request POST \
--url https://api.example.com/api/apps/import \
--header 'Content-Type: application/json' \
--data '
{
"names": [
"<string>"
],
"platform": "macos"
}
'[
{
"created_at": "<string>",
"id": "<string>",
"name": "<string>",
"platform": "macos",
"updated_at": "<string>",
"category": "<string>",
"notes": "<string>",
"related_skills": [],
"relevance_note": "<string>",
"usage": "unknown"
}
]curl --request POST \
--url https://api.example.com/api/apps/import \
--header 'Content-Type: application/json' \
--data '
{
"names": [
"<string>"
],
"platform": "macos"
}
'[
{
"created_at": "<string>",
"id": "<string>",
"name": "<string>",
"platform": "macos",
"updated_at": "<string>",
"category": "<string>",
"notes": "<string>",
"related_skills": [],
"relevance_note": "<string>",
"usage": "unknown"
}
]Successful Response
macos, ios, both daily, weekly, monthly, rarely, unknown