curl --request POST \
--url https://app.tagadapay.com/api/public/v1/plugins/v2/deployment/details \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"deploymentId": "plugin_deployment_abc123",
"storeId": "store_abc123"
}
'