curl --location 'https://graph.facebook.com/v20.0/MY_BUSINESS_ID/product_catalogs' \
--form 'name="Catalog"' \
--form 'access_token="MY_ACCESS_TOKEN"
I obtained my business ID from the FB business manager URL.
{
"error": {
"message": "Unsupported post request. Object with ID '168113754878829' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
"type": "GraphMethodException",
"code": 100,
"error_subcode": 33,
"fbtrace_id": "ACpeEwUDrYescJ39ViHtO2L"
}
}
Thanks for your time.