Authorization: Bearer ********************
curl --location --request GET '/admin/sellers/summary' \ --header 'Authorization: Bearer <token>'
{ "data": { "not_activated": 0, "with_order": 0 } }