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