recipient_user_id) ou porque o e-mail cadastradorecipient_email (convite ainda pending).curl --location '/api/partner/v1/subscription-splits/mine?status=&per_page=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 42,
"percentage": "20.00",
"status": "pending",
"invited_at": "2019-08-24T14:15:22.123Z",
"accepted_at": "2019-08-24T14:15:22.123Z",
"recipient": {
"email": "user@example.com",
"name": "string"
},
"plan": {
"id": 0,
"token": "b5507016-7da2-4777-a161-1e8042a6a377",
"name": "string",
"amount": "50.00",
"periodicity_days": 30,
"seller": {
"name": "string",
"email": "user@example.com"
}
}
}
],
"meta": {
"total": 0,
"current_page": 0,
"per_page": 0,
"last_page": 0
}
}