curl --location --request GET 'https://api.skyhub.com.br/shipments/b2w/collectables?warehouse_id={code}' \
--header 'X-User-Email: email_de_usuario' \
--header 'X-Api-Key: token_de_integracao' \
--header 'x-accountmanager-key: token_account' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \