POST
/1/clubs/{id}/invite
curl \
--request POST 'https://api.localsporthero.com/1/clubs/{id}/invite' \
--header "Content-Type: application/json" \
--data '{"expiryDate":"string"}'
Request examples
{
"expiryDate": "string"
}
Response examples (200)
{
"url": "https://www.localsporthero.com/c/i/oijasiodfjohfuias"
}