Authorization: Bearer ********************{
"name": "crops",
"lists": [
"ad laboris",
"quis mollit"
]
}curl --location --request POST '/admin/feed-global-settings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "crops",
"lists": [
"ad laboris",
"quis mollit"
]
}'{}