curl --request POST \
--url https://api.skulabs.com/item/add_custom_field \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"item_id": "<string>",
"field": "<string>",
"value": 123
}
'{}/item/add_custom_field
curl --request POST \
--url https://api.skulabs.com/item/add_custom_field \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"item_id": "<string>",
"field": "<string>",
"value": 123
}
'{}