curl --request GET \
--url https://nimbussuite.com/api/v1/user/profile \
--header 'Authorization: Bearer <token>'{
"profile": {
"product_families": {}
}
}curl --request GET \
--url https://nimbussuite.com/api/v1/user/profile \
--header 'Authorization: Bearer <token>'{
"profile": {
"product_families": {}
}
}Was this page helpful?