Authorization: ********************{
"name": "Basic Salary",
"type": "fixed",
"default_amount": 5000000
}curl --location --request POST 'https://dev.your-api-server.com/salary_components' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Basic Salary",
"type": "fixed",
"default_amount": 5000000
}'{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Basic Salary",
"type": "fixed",
"default_amount": 5000000,
"created_at": "2025-01-15T08:00:00Z"
}