curl --location 'https://api.aworld.cloud/dashboard/v1/mobility/activations' \
--header 'x-external-user-id;' \
--header 'x-user-id;'{
"items": [
{
"status": "on",
"provider": "string",
"userId": "string",
"sub": "753487e7-10bc-4e69-b3b2-4da33721ea3e",
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"nextToken": "string"
}