curl --location --request POST 'https://api.falken.ltd/api/athletes//equipment-profiles//items' \
--header 'Content-Type: application/json' \
--data-raw '{
"itemType": 0,
"name": "string",
"make": "string",
"model": "string",
"size": "string",
"color": "string",
"notes": "string",
"style": "string",
"hand": "string",
"magnification": "string",
"lotNumber": "string",
"protectionType": "string"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"equipmentProfileId": "5774ff4d-475d-4661-88e6-9e1281129923",
"itemType": 0,
"name": "string",
"make": "string",
"model": "string",
"size": "string",
"color": "string",
"notes": "string",
"style": "string",
"hand": "string",
"magnification": "string",
"lotNumber": "string",
"protectionType": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}