Authorization: Bearer ********************{
"crops": [
"string"
],
"greenFeed": [
"string"
],
"dryFeed": [
"string"
],
"dryConFeed": [
"string"
],
"wetConFeed": [
"string"
]
}curl --location --request POST '/admin/feed-global-settings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"crops": [
"string"
],
"greenFeed": [
"string"
],
"dryFeed": [
"string"
],
"dryConFeed": [
"string"
],
"wetConFeed": [
"string"
]
}'{}