Installs a pack to the authenticated user’s collection, making its emojis or stickers available for use. The pack must be publicly accessible or owned by the user.
curl --request POST \
--url https://api.fluxer.app/v1/packs/{pack_id}/install \
--header 'Authorization: <api-key>'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}curl --request POST \
--url https://api.fluxer.app/v1/packs/{pack_id}/install \
--header 'Authorization: <api-key>'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}