curl --location --request POST '/store/brand/create' \ --header 'x-token: {{x-token}}' \ --form 'brand_category_id=""' \ --form 'brand_name=""' \ --form 'sort=""' \ --form 'pic=""' \ --form 'is_show=""'
{}