curl --request POST \
--url https://app.tagadapay.com/api/public/v1/plugins/deploy-from-marketplace \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"pluginId": "<string>",
"pluginData": "<string>",
"storeId": "<string>"
}
'{
"message": "<string>",
"code": "<string>",
"issues": [
{
"message": "<string>"
}
]
}Deploy a plugin from the public marketplace
curl --request POST \
--url https://app.tagadapay.com/api/public/v1/plugins/deploy-from-marketplace \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"pluginId": "<string>",
"pluginData": "<string>",
"storeId": "<string>"
}
'{
"message": "<string>",
"code": "<string>",
"issues": [
{
"message": "<string>"
}
]
}