Authorization: Bearer ********************{
"name": {"en": "Leadership", "ar": "القيادة"},
"description": {"en": "Leadership skills", "ar": "مهارات القيادة"},
"is_active": true
}curl --location --request POST 'https://api.msaaq.com/v1/admin/mi-assistant/skills' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": {"en": "Leadership", "ar": "القيادة"},
"description": {"en": "Leadership skills", "ar": "مهارات القيادة"},
"is_active": true
}'{
"message": {
"body": "تم الحفظ بنجاح"
},
"data": {
"id": 1,
"name": "القيادة",
"description": "مهارات القيادة",
"sort": null,
"is_active": true,
"courses": [],
"updated_at": "2026-01-30 23:49:46",
"created_at": "2026-01-30 23:49:46"
}
}