curl --location --request POST 'http://localhost:8000/api/v1/catalog' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'title="Catalog Satu"' \
--form 'thumbnail=""' \
--form 'is_active="1"' \
--form 'products[]="1"' \
--form 'products[]="2"'{}