cURL
curl --request POST \ --url https://api.example.com/v1/fcm-tokens \ --header 'Content-Type: application/json-patch+json' \ --data ' { "id": "<string>" } '
{ "id": "<string>" }
Створює новий токен FCM.
OK